diff options
author | Stephen Frost <sfrost@snowman.net> | 2017-01-09 23:09:37 -0500 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2017-01-09 23:09:37 -0500 |
commit | 499606c806c387ba2f9a9ee773e6b92d99e27221 (patch) | |
tree | 89c1bb9458c45f4927a213956ac12bd7ce34e11b /src/backend/utils/adt/tsquery_gist.c | |
parent | e4380e4cf68a647d87f0e6207b513d49e802b45c (diff) | |
download | postgresql-499606c806c387ba2f9a9ee773e6b92d99e27221.tar.gz postgresql-499606c806c387ba2f9a9ee773e6b92d99e27221.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions