mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
Fix error message.
Remove extra space. Back-patch to all releases, like commit 7897e3bb.
Author: Lu, Chenyang <lucy.fnst@cn.fujitsu.com>
Discussion: https://postgr.es/m/795d03c6129844d3803e7eea48f5af0d%40G08CNEXMBPEKD04.g08.fujitsu.local
This commit is contained in:
parent
9a3c895084
commit
fac4145bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ BufFileDumpBuffer(BufFile *file)
|
|||
if (bytestowrite <= 0)
|
||||
ereport(ERROR,
|
||||
(errcode_for_file_access(),
|
||||
errmsg("could not write to file \"%s\" : %m",
|
||||
errmsg("could not write to file \"%s\": %m",
|
||||
FilePathName(thisfile))));
|
||||
|
||||
file->offsets[file->curFile] += bytestowrite;
|
||||
|
|
|
|||
Loading…
Reference in a new issue