Content-Length: 255100 | pFad | http://github.com/postgrespro/postgres_cluster/commit/2ef6fe9cbae9fe7789a35cbc5fa1bbf78c163d42

D1 Fix invalid-parallel-jobs error message · postgrespro/postgres_cluster@2ef6fe9 · GitHub
Skip to content

Commit 2ef6fe9

Browse files
committed
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.
1 parent 8c57229 commit 2ef6fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ main(int argc, char **argv)
623623
|| numWorkers > MAXIMUM_WAIT_OBJECTS
624624
#endif
625625
)
626-
exit_horribly(NULL, "%s: invalid number of parallel jobs\n", progname);
626+
exit_horribly(NULL, "invalid number of parallel jobs\n");
627627

628628
/* Parallel backup only in the directory archive format so far */
629629
if (archiveFormat != archDirectory && numWorkers > 1)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/2ef6fe9cbae9fe7789a35cbc5fa1bbf78c163d42

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy