mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +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> | ||||
|     </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> | ||||
|      <term><literal>regress_dump_restore</literal></term> | ||||
|      <listitem> | ||||
| @@ -317,29 +350,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption' | ||||
|      </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>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>wal_consistency_checking</literal></term> | ||||
|      <listitem> | ||||
| @@ -360,16 +370,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption' | ||||
|       </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> | ||||
|    </variablelist> | ||||
|  | ||||
|    Tests for features that are not supported by the current build | ||||
|   | ||||
		Reference in New Issue
	
	Block a user