mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Message style fixes
This commit is contained in:
@@ -2190,12 +2190,12 @@ ProcessTwoPhaseBuffer(TransactionId xid,
|
||||
if (fromdisk)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_DATA_CORRUPTED),
|
||||
errmsg("corrupted two-phase state file for transaction \"%u\"",
|
||||
errmsg("corrupted two-phase state file for transaction %u",
|
||||
xid)));
|
||||
else
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_DATA_CORRUPTED),
|
||||
errmsg("corrupted two-phase state in memory for transaction \"%u\"",
|
||||
errmsg("corrupted two-phase state in memory for transaction %u",
|
||||
xid)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user