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

Commit5c82830

Browse files
committed
pg_dump: Add missing newline to error message
1 parentb450abd commit5c82830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,7 @@ ReadToc(ArchiveHandle *AH)
26982698
te->owner=ReadStr(AH);
26992699
if (AH->version<K_VERS_1_9||strcmp(ReadStr(AH),"true")==0)
27002700
write_msg(modulename,
2701-
"WARNING: restoring tables WITH OIDS is not supported anymore");
2701+
"WARNING: restoring tables WITH OIDS is not supported anymore\n");
27022702

27032703
/* Read TOC entry dependencies */
27042704
if (AH->version >=K_VERS_1_5)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp