projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bab7b0
)
pg_restore -jN does not equate "multiple jobs", so partly revert the
author
Alvaro Herrera
<
[email protected]
>
Tue, 14 Apr 2009 00:06:35 +0000
(
00:06
+0000)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 14 Apr 2009 00:06:35 +0000
(
00:06
+0000)
previous patch.
Per note from Tom.
src/bin/pg_dump/pg_restore.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_restore.c
b/src/bin/pg_dump/pg_restore.c
index ea5f122c9dfb071b261286a0923a133ab6ecbe38..da7b069c3b0527796631645ef36f933700ae1fe3 100644
(file)
--- a/
src/bin/pg_dump/pg_restore.c
+++ b/
src/bin/pg_dump/pg_restore.c
@@
-316,7
+316,7
@@
main(int argc, char **argv)
/* Can't do single-txn mode with multiple connections */
if (opts->single_txn && opts->number_of_jobs > 1)
{
- fprintf(stderr, _("%s:
options -1/--single-transaction and -j/--jobs cannot be used together
\n"),
+ fprintf(stderr, _("%s:
cannot specify both --single-transaction and multiple jobs
\n"),
progname);
exit(1);
}