postgresql/src/bin
Stephen Frost f126810790 Fix invalid-parallel-jobs error message
Including the program name twice is not helpful:

-> pg_dump -j -1
pg_dump: pg_dump: invalid number of parallel jobs

Correct by removing the progname from the exit_horribly() call used when
validating the number of parallel jobs.

Noticed while testing various pg_dump error cases.

Back-patch to 9.3 where parallel pg_dump was added.
2017-01-09 23:09:35 -05:00
..
initdb Translation updates 2016-10-24 11:01:10 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:54:44 +09:00
pg_basebackup Translation updates 2016-10-24 11:01:10 -04:00
pg_config Translation updates 2016-10-24 11:01:10 -04:00
pg_controldata Translation updates 2016-10-24 11:01:10 -04:00
pg_ctl Translation updates 2016-10-24 11:01:10 -04:00
pg_dump Fix invalid-parallel-jobs error message 2017-01-09 23:09:35 -05:00
pg_resetxlog Translation updates 2016-10-24 11:01:10 -04:00
pg_rewind pg_rewing pg_upgrade: Fix translation markers 2016-11-07 09:51:06 -05:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade pg_rewing pg_upgrade: Fix translation markers 2016-11-07 09:51:06 -05:00
pg_xlogdump Retry opening new segments in pg_xlogdump --folllow 2016-09-30 11:22:32 +02:00
pgbench Fix pgbench's calculation of average latency, when -T is not used. 2016-09-21 13:16:20 +03:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql Fix tab completion in psql for ALTER DEFAULT PRIVILEGES 2016-12-23 21:01:40 -05:00
scripts Translation updates 2016-10-24 11:01:10 -04:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00