]> granicus.if.org Git - postgresql/commitdiff
Rephrase text to avoid links in regress.sgml
authorRobert Haas <rhaas@postgresql.org>
Tue, 4 Feb 2014 01:10:48 +0000 (20:10 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 4 Feb 2014 01:12:05 +0000 (20:12 -0500)
Otherwise, the standalone regress_README build gets unhappy.

doc/src/sgml/regress.sgml

index edb476aa2f8179b2b0b29a80923020bb67e44a2c..7a1721ed821cac067e48cc90348c9b996e2294cd 100644 (file)
@@ -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>