Skip to content

Commit dd024c2

Browse files
committed
pg_dump: Small message adjustment for consistency
1 parent 206bec1 commit dd024c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_backup_custom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ _ReopenArchive(ArchiveHandle *AH)
738738
* (but not invalid) use-cases. Word the error messages appropriately.
739739
*/
740740
if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0)
741-
exit_horribly(modulename, "parallel restore from stdin is not supported\n");
741+
exit_horribly(modulename, "parallel restore from standard input is not supported\n");
742742
if (!ctx->hasSeek)
743743
exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");
744744

0 commit comments

Comments
 (0)