- Notifications
You must be signed in to change notification settings - Fork28
Commit2ef6fe9
committed
Fix invalid-parallel-jobs error message
Including the program name twice is not helpful:-> pg_dump -j -1pg_dump: pg_dump: invalid number of parallel jobsCorrect by removing the progname from the exit_horribly() call used whenvalidating the number of parallel jobs.Noticed while testing various pg_dump error cases.Back-patch to 9.3 where parallel pg_dump was added.1 parent8c57229 commit2ef6fe9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| |||
0 commit comments
Comments
(0)