- Notifications
You must be signed in to change notification settings - Fork28
Commit96f2344
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 parent4e563a1 commit96f2344
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
616 | 616 |
| |
617 | 617 |
| |
618 | 618 |
| |
619 |
| - | |
| 619 | + | |
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
|
0 commit comments
Comments
(0)