8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206bec1 commit dd024c2Copy full SHA for dd024c2
src/bin/pg_dump/pg_backup_custom.c
@@ -738,7 +738,7 @@ _ReopenArchive(ArchiveHandle *AH)
738
* (but not invalid) use-cases. Word the error messages appropriately.
739
*/
740
if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0)
741
- exit_horribly(modulename, "parallel restore from stdin is not supported\n");
+ exit_horribly(modulename, "parallel restore from standard input is not supported\n");
742
if (!ctx->hasSeek)
743
exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");
744
0 commit comments