Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206bec1
)
pg_dump: Small message adjustment for consistency
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 27 Mar 2012 16:52:39 +0000
(19:52 +0300)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 27 Mar 2012 16:52:39 +0000
(19:52 +0300)
src/bin/pg_dump/pg_backup_custom.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_backup_custom.c
b/src/bin/pg_dump/pg_backup_custom.c
index 87242c5560bc3c85864cfbaa168d62b96857759e..18d158ff6d4af76beef9306af157ba868bb4cf40 100644
(file)
--- a/
src/bin/pg_dump/pg_backup_custom.c
+++ b/
src/bin/pg_dump/pg_backup_custom.c
@@
-738,7
+738,7
@@
_ReopenArchive(ArchiveHandle *AH)
* (but not invalid) use-cases. Word the error messages appropriately.
*/
if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0)
- exit_horribly(modulename, "parallel restore from st
din
is not supported\n");
+ exit_horribly(modulename, "parallel restore from st
andard input
is not supported\n");
if (!ctx->hasSeek)
exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");