pgsql: Fix one more TAP test to use standard command-line argument orde - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix one more TAP test to use standard command-line argument orde
Date
Msg-id E1YogUs-0000L2-Rn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix one more TAP test to use standard command-line argument ordering.

Commit c67a86f7da90c30b81f91957023fb752f06f0598 caught most of these,
but this negative test escaped notice.  The test did pass, for the wrong
reason, under affected configurations.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/84c08a7649b8c6dd488dfe0e37ab017e8059cd33

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Make hstore_plperl's build even more like plperl's
Next
From: Noah Misch
Date:
Subject: pgsql: Rename coerce_type() local variable.