Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd024c2

Browse files
committed
pg_dump: Small message adjustment for consistency
1 parent206bec1 commitdd024c2

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 fromstdin is not supported\n");
741+
exit_horribly(modulename,"parallel restore fromstandard 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)

[8]ページ先頭

©2009-2025 Movatter.jp