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

Appearance settings

Commit 47adb24

Browse filesBrowse files
committed
Fix error message.
Remove extra space. Back-patch to all releases, like commit 7897e3b. Author: Lu, Chenyang <lucy.fnst@cn.fujitsu.com> Discussion: https://postgr.es/m/795d03c6129844d3803e7eea48f5af0d%40G08CNEXMBPEKD04.g08.fujitsu.local
1 parent 11c320d commit 47adb24
Copy full SHA for 47adb24

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/backend/storage/file/buffile.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ BufFileDumpBuffer(BufFile *file)
333333
if (bytestowrite <= 0)
334334
ereport(ERROR,
335335
(errcode_for_file_access(),
336-
errmsg("could not write to file \"%s\" : %m",
336+
errmsg("could not write to file \"%s\": %m",
337337
FilePathName(thisfile))));
338338

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.