summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/regress.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index de065c0564a..69f627d7f43 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -253,11 +253,11 @@ make check-world -j8 >/dev/null
<para>
Some test suites are not run by default, either because they are not secure
- to run on a multiuser system or because they require special software. You
- can decide which test suites to run additionally by setting the
- <command>make</command> or environment variable
- <varname>PG_TEST_EXTRA</varname> to a whitespace-separated list, for
- example:
+ to run on a multiuser system, because they require special software or
+ because they are resource intensive. You can decide which test suites to
+ run additionally by setting the <command>make</command> or environment
+ variable <varname>PG_TEST_EXTRA</varname> to a whitespace-separated list,
+ for example:
<programlisting>
make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance'
</programlisting>