mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Message improvements
This commit is contained in:
@ -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))));
|
||||
|
||||
|
Reference in New Issue
Block a user