mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Put PG_TEST_EXTRA doc items back in alphabetical order
A few items appears to have added in random order over the years.
This commit is contained in:
@@ -284,6 +284,39 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><literal>libpq_encryption</literal></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Runs the test <filename>src/interfaces/libpq/t/005_negotiate_encryption.pl</filename>.
|
||||||
|
This opens TCP/IP listen sockets. If <varname>PG_TEST_EXTRA</varname>
|
||||||
|
also includes <literal>kerberos</literal>, additional tests that require
|
||||||
|
an MIT Kerberos installation are enabled.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><literal>load_balance</literal></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Runs the test <filename>src/interfaces/libpq/t/004_load_balance_dns.pl</filename>.
|
||||||
|
This requires editing the system <filename>hosts</filename> file and
|
||||||
|
opens TCP/IP listen sockets.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><literal>oauth</literal></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Runs the test suite under <filename>src/test/modules/oauth_validator</filename>.
|
||||||
|
This opens TCP/IP listen sockets for a test server running HTTPS.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>regress_dump_restore</literal></term>
|
<term><literal>regress_dump_restore</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -317,29 +350,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>load_balance</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Runs the test <filename>src/interfaces/libpq/t/004_load_balance_dns.pl</filename>.
|
|
||||||
This requires editing the system <filename>hosts</filename> file and
|
|
||||||
opens TCP/IP listen sockets.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>libpq_encryption</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Runs the test <filename>src/interfaces/libpq/t/005_negotiate_encryption.pl</filename>.
|
|
||||||
This opens TCP/IP listen sockets. If <varname>PG_TEST_EXTRA</varname>
|
|
||||||
also includes <literal>kerberos</literal>, additional tests that require
|
|
||||||
an MIT Kerberos installation are enabled.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>wal_consistency_checking</literal></term>
|
<term><literal>wal_consistency_checking</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -360,16 +370,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term><literal>oauth</literal></term>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Runs the test suite under <filename>src/test/modules/oauth_validator</filename>.
|
|
||||||
This opens TCP/IP listen sockets for a test server running HTTPS.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
Tests for features that are not supported by the current build
|
Tests for features that are not supported by the current build
|
||||||
|
Reference in New Issue
Block a user