Skip to content

Commit 6fe3cef

Browse files
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 f47ed79 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
1 parent 04a09ee commit 6fe3cef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/regress.sgml

+5-5
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@ make check-world -j8 >/dev/null
253253

254254
<para>
255255
Some test suites are not run by default, either because they are not secure
256-
to run on a multiuser system or because they require special software. You
257-
can decide which test suites to run additionally by setting the
258-
<command>make</command> or environment variable
259-
<varname>PG_TEST_EXTRA</varname> to a whitespace-separated list, for
260-
example:
256+
to run on a multiuser system, because they require special software or
257+
because they are resource intensive. You can decide which test suites to
258+
run additionally by setting the <command>make</command> or environment
259+
variable <varname>PG_TEST_EXTRA</varname> to a whitespace-separated list,
260+
for example:
261261
<programlisting>
262262
make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance'
263263
</programlisting>

0 commit comments

Comments
 (0)