1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Message improvements

This commit is contained in:
Peter Eisentraut
2014-11-11 20:00:58 -05:00
parent f1abd78be7
commit 8339f33d68
6 changed files with 24 additions and 21 deletions

View File

@ -2198,7 +2198,7 @@ ReorderBufferRestoreChanges(ReorderBuffer *rb, ReorderBufferTXN *txn,
else if (readBytes != sizeof(ReorderBufferDiskChange))
ereport(ERROR,
(errcode_for_file_access(),
errmsg("incomplete read from reorderbuffer spill file: read %d instead of %u bytes",
errmsg("could not read from reorderbuffer spill file: read %d instead of %u bytes",
readBytes,
(uint32) sizeof(ReorderBufferDiskChange))));