Commit dd024c22 authored by Peter Eisentraut's avatar Peter Eisentraut

pg_dump: Small message adjustment for consistency

parent 206bec11
...@@ -738,7 +738,7 @@ _ReopenArchive(ArchiveHandle *AH) ...@@ -738,7 +738,7 @@ _ReopenArchive(ArchiveHandle *AH)
* (but not invalid) use-cases. Word the error messages appropriately. * (but not invalid) use-cases. Word the error messages appropriately.
*/ */
if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0) if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0)
exit_horribly(modulename, "parallel restore from stdin is not supported\n"); exit_horribly(modulename, "parallel restore from standard input is not supported\n");
if (!ctx->hasSeek) if (!ctx->hasSeek)
exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n"); exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment