postgresql/src/bin/pg_dump
Stephen Frost 5abda5a3e9 pg_dump: Remove "option requires an argument -- j" test
This is really testing getopt more than pg_dump, and what getopt returns
exactly appears to differ based on platform, so remove this test.

Per buildfarm.
2017-03-18 13:46:45 -04:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
t pg_dump: Remove "option requires an argument -- j" test 2017-03-18 13:46:45 -04:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
common.c Logical replication 2017-01-20 09:04:49 -05:00
compress_io.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
compress_io.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
dumputils.c pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES 2017-01-31 16:24:11 -05:00
dumputils.h pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES 2017-01-31 16:24:11 -05:00
Makefile Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
parallel.c Spelling fixes in code comments 2017-03-14 12:58:39 -04:00
parallel.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_backup_archiver.c Sanitize newlines in object names in "pg_restore -l" output. 2017-03-10 14:15:09 -05:00
pg_backup_archiver.h Re-pgindent src/bin/pg_dump/* 2016-11-17 14:36:59 -05:00
pg_backup_custom.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
pg_backup_db.c Simplify correct use of simple_prompt(). 2016-08-30 17:02:02 -04:00
pg_backup_db.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:14:23 +02:00
pg_backup_directory.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_backup_null.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
pg_backup_tar.c Rationalize parallel dump/restore's handling of worker cmd/status messages. 2016-09-27 13:56:04 -04:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_backup_utils.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_backup.h pg_upgrade: Fix large object COMMENTS, SECURITY LABELS 2017-03-06 17:03:57 -05:00
pg_dump_sort.c Fix hard-coded relkind constants in assorted src/bin files. 2017-03-09 22:42:16 -05:00
pg_dump.c pg_dump: Fix dumping of publications 2017-03-10 15:31:47 -05:00
pg_dump.h pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES 2017-01-31 16:24:11 -05:00
pg_dumpall.c Allow pg_dumpall to dump roles w/o user passwords 2017-03-07 22:00:54 +08:00
pg_restore.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00