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:
parent
206bec11bd
commit
dd024c22f1
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user