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

Commit028f0c3

Browse files
committed
Fix error message.
Remove extra space. Back-patch to all releases, like commit7897e3b.Author: Lu, Chenyang <lucy.fnst@cn.fujitsu.com>Discussion:https://postgr.es/m/795d03c6129844d3803e7eea48f5af0d%40G08CNEXMBPEKD04.g08.fujitsu.local
1 parent6ae2d92 commit028f0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/storage/file/buffile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ BufFileDumpBuffer(BufFile *file)
522522
if (bytestowrite <=0)
523523
ereport(ERROR,
524524
(errcode_for_file_access(),
525-
errmsg("could not write to file \"%s\": %m",
525+
errmsg("could not write to file \"%s\": %m",
526526
FilePathName(thisfile))));
527527

528528
file->offsets[file->curFile]+=bytestowrite;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp