index 3907349b691ea36b501fb0fc548f106649c957b1..2d7a08232089dcba4f699c4b6f294431291a7a34 100644 (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->curOffset += bytestowrite;
wpos += bytestowrite;