summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2023-09-08 09:34:43 +0000
committerDaniel Gustafsson2023-09-08 09:34:43 +0000
commit6fe3cefde4b414819d9bb68999ae235a9fc3ce83 (patch)
treed1118e0dc3e635a45b592c01ef2908465caf0fb6
parent04a09ee944ac904c7fb7ca8f7230a524f514b3e7 (diff)
doc: Extend documentation of PG_TEST_EXTRA
Extend the PG_TEST_EXTRA documentation to mention resource intensive tests as well. The previous wording only mentioned special software and security in the main paragraph, with resource usage listed on one of the tests in the list. Backpatch to v15 where f47ed79cc8 added wal_consistenct_checking as a PG_TEST_EXTRA target. Author: Nazir Bilal Yavuz <[email protected]> Discussion: https://postgr.es/m/CAN55FZ0OthTuBdiNkaX2BvxuHdK4Y1MVEb8_uEuD1yHMPmT9Og@mail.gmail.com Backpatch-through: 15
-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>