postgresql/src/bin/scripts
Tom Lane c67a86f7da Fix TAP tests to use only standard command-line argument ordering.
Some of the TAP tests were supposing that PG programs would accept switches
after non-switch arguments on their command lines.  While GNU getopt_long()
does allow that, our own implementation does not, and it's nowhere
suggested in our documentation that such cases should work.  Adjust the
tests to use only the documented syntax.

Back-patch to 9.4, since without this the TAP tests fail when run with
src/port's getopt_long() implementation.

Michael Paquier
2015-04-04 13:34:23 -04:00
..
po Translation updates 2015-02-01 23:23:40 -05:00
t Fix TAP tests to use only standard command-line argument ordering. 2015-04-04 13:34:23 -04:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
clusterdb.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
common.c vacuumdb: enable parallel mode 2015-01-23 15:02:45 -03:00
common.h vacuumdb: enable parallel mode 2015-01-23 15:02:45 -03:00
createdb.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
createlang.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
createuser.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dropdb.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
droplang.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dropuser.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2014-12-15 00:25:35 -05:00
pg_isready.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
reindexdb.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
vacuumdb.c vacuumdb: Check result status of PQsendQuery 2015-03-23 15:57:11 -03:00