1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

pg_dump: Small message adjustment for consistency

This commit is contained in:
Peter Eisentraut 2012-03-27 19:52:39 +03:00
parent 206bec11bd
commit dd024c22f1

View File

@ -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 stdin is not supported\n");
exit_horribly(modulename, "parallel restore from standard input is not supported\n");
if (!ctx->hasSeek)
exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");