From c1fe08eb2f74d2a84e9dd48d54aa836ab74b3f94 Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Mon, 3 Feb 2014 20:10:48 -0500 Subject: [PATCH] Rephrase text to avoid links in regress.sgml Otherwise, the standalone regress_README build gets unhappy. --- doc/src/sgml/regress.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index edb476aa2f8..7a1721ed821 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -481,10 +481,10 @@ diff results/random.out expected/random.out <para> When running the tests against an existing installation, some non-default - parameter settings could cause the tests to fail. For example, the - settings described in <xref linkend="runtime-config-query-enable"> - could cause plan changes that would affect the results of tests which - use <command>EXPLAIN</>. + parameter settings could cause the tests to fail. For example, changing + parameters such as <varname>enable_seqscan</varname> or + <varname>enable_indexscan</varname> could cause plan changes that would + affect the results of tests which use <command>EXPLAIN</>. </para> </sect2> </sect1> -- GitLab