We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2d92 commit 028f0c3Copy full SHA for 028f0c3
src/backend/storage/file/buffile.c
@@ -522,7 +522,7 @@ BufFileDumpBuffer(BufFile *file)
522
if (bytestowrite <= 0)
523
ereport(ERROR,
524
(errcode_for_file_access(),
525
- errmsg("could not write to file \"%s\" : %m",
+ errmsg("could not write to file \"%s\": %m",
526
FilePathName(thisfile))));
527
528
file->offsets[file->curFile] += bytestowrite;
0 commit comments