From: Álvaro Herrera Date: Tue, 5 Aug 2025 18:22:32 +0000 (+0200) Subject: Put PG_TEST_EXTRA doc items back in alphabetical order X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=455a040d966897edd3901f044945398450da338a;p=thirdparty%2Fpostgresql.git Put PG_TEST_EXTRA doc items back in alphabetical order A few items appears to have added in random order over the years. --- diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 769b721037f..8838fe7f022 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -285,88 +285,88 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption' - regress_dump_restore + libpq_encryption - Runs an additional test suite in - src/bin/pg_upgrade/t/002_pg_upgrade.pl which - cycles the regression database through pg_dump/ - pg_restore. Not enabled by default because it - is resource intensive. + Runs the test src/interfaces/libpq/t/005_negotiate_encryption.pl. + This opens TCP/IP listen sockets. If PG_TEST_EXTRA + also includes kerberos, additional tests that require + an MIT Kerberos installation are enabled. - sepgsql + load_balance - Runs the test suite under contrib/sepgsql. This - requires an SELinux environment that is set up in a specific way; see - . + Runs the test src/interfaces/libpq/t/004_load_balance_dns.pl. + This requires editing the system hosts file and + opens TCP/IP listen sockets. - ssl + oauth - Runs the test suite under src/test/ssl. This opens TCP/IP listen sockets. + Runs the test suite under src/test/modules/oauth_validator. + This opens TCP/IP listen sockets for a test server running HTTPS. - load_balance + regress_dump_restore - Runs the test src/interfaces/libpq/t/004_load_balance_dns.pl. - This requires editing the system hosts file and - opens TCP/IP listen sockets. + Runs an additional test suite in + src/bin/pg_upgrade/t/002_pg_upgrade.pl which + cycles the regression database through pg_dump/ + pg_restore. Not enabled by default because it + is resource intensive. - libpq_encryption + sepgsql - Runs the test src/interfaces/libpq/t/005_negotiate_encryption.pl. - This opens TCP/IP listen sockets. If PG_TEST_EXTRA - also includes kerberos, additional tests that require - an MIT Kerberos installation are enabled. + Runs the test suite under contrib/sepgsql. This + requires an SELinux environment that is set up in a specific way; see + . - wal_consistency_checking + ssl - Uses wal_consistency_checking=all while running - certain tests under src/test/recovery. Not - enabled by default because it is resource intensive. + Runs the test suite under src/test/ssl. This opens TCP/IP listen sockets. - xid_wraparound + wal_consistency_checking - Runs the test suite under src/test/modules/xid_wraparound. - Not enabled by default because it is resource intensive. + Uses wal_consistency_checking=all while running + certain tests under src/test/recovery. Not + enabled by default because it is resource intensive. - oauth + xid_wraparound - Runs the test suite under src/test/modules/oauth_validator. - This opens TCP/IP listen sockets for a test server running HTTPS. + Runs the test suite under src/test/modules/xid_wraparound. + Not enabled by default because it is resource intensive.