summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-02-03 20:10:48 -0500
committerRobert Haas <rhaas@postgresql.org>2014-02-03 20:14:46 -0500
commit5203b6a752fedb771edc78e6b7b6b8f548de3032 (patch)
tree863ed01fda933d94d69f9a66af3f0243741527d5 /doc
parent4c70cb1d341d9f0d53d4bfc31327dd68285586ae (diff)
downloadpostgresql-5203b6a752fedb771edc78e6b7b6b8f548de3032.tar.gz
Rephrase text to avoid links in regress.sgml
Otherwise, the standalone regress_README build gets unhappy.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/regress.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index edb476aa2f..7a1721ed82 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>