]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Extend documentation of PG_TEST_EXTRA
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 8 Sep 2023 09:34:43 +0000 (11:34 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 8 Sep 2023 09:34:43 +0000 (11:34 +0200)
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 <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CAN55FZ0OthTuBdiNkaX2BvxuHdK4Y1MVEb8_uEuD1yHMPmT9Og@mail.gmail.com
Backpatch-through: 15

doc/src/sgml/regress.sgml

index de065c0564a588b8e6e4590740dff101578336c8..69f627d7f43109317db636dbb384b36dcd14f7d8 100644 (file)
@@ -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>