We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3930be4 commit 8dd49c9Copy full SHA for 8dd49c9
src/backend/access/transam/subtrans.c
@@ -170,7 +170,7 @@ SubTransGetTopmostTransaction(TransactionId xid)
170
* data structure that could lead to an infinite loop, so exit.
171
*/
172
if (!TransactionIdPrecedes(parentXid, previousXid))
173
- elog(ERROR, "pg_subtrans contains invalid entry: xid %u points to parent xid %u",
+ elog(ERROR, "pg_subtrans contains invalid entry: xid " XID_FMT " points to parent xid " XID_FMT,
174
previousXid, parentXid);
175
}
176
0 commit comments