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

Commit42dee8b

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 parentc55040c commit42dee8b

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
@@ -499,7 +499,7 @@ BufFileDumpBuffer(BufFile *file)
499499
if (bytestowrite <=0)
500500
ereport(ERROR,
501501
(errcode_for_file_access(),
502-
errmsg("could not write to file \"%s\": %m",
502+
errmsg("could not write to file \"%s\": %m",
503503
FilePathName(thisfile))));
504504
file->curOffset+=bytestowrite;
505505
wpos+=bytestowrite;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp