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

Commit2259c66

Browse files
committed
Fix incorrect copy-pasto in error message of pg_waldump.c
The error message used on fclose() failure was incorrect, so fix it.Oversight ind497093, that I have somehow managed to miss.
1 parentd497093 commit2259c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_waldump/pg_waldump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ XLogRecordSaveFPWs(XLogReaderState *record, const char *savepath)
529529
pg_fatal("could not write file \"%s\": %m",filename);
530530

531531
if (fclose(file)!=0)
532-
pg_fatal("could notwrite file \"%s\": %m",filename);
532+
pg_fatal("could notclose file \"%s\": %m",filename);
533533
}
534534
}
535535

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp