Skip to content

Commit 42dee8b

Browse 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 c55040c commit 42dee8b

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy