File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1347,15 +1347,15 @@ LogCurrentRunningXacts(RunningTransactions CurrRunningXacts)
1347
1347
1348
1348
if (CurrRunningXacts -> subxid_overflow )
1349
1349
elog (trace_recovery (DEBUG2 ),
1350
- "snapshot of %u running transactions overflowed (lsn %X/%X oldest xid %u latest complete %u next xid %u)" ,
1350
+ "snapshot of %d running transactions overflowed (lsn %X/%X oldest xid %u latest complete %u next xid %u)" ,
1351
1351
CurrRunningXacts -> xcnt ,
1352
1352
LSN_FORMAT_ARGS (recptr ),
1353
1353
CurrRunningXacts -> oldestRunningXid ,
1354
1354
CurrRunningXacts -> latestCompletedXid ,
1355
1355
CurrRunningXacts -> nextXid );
1356
1356
else
1357
1357
elog (trace_recovery (DEBUG2 ),
1358
- "snapshot of %u+%u running transaction ids (lsn %X/%X oldest xid %u latest complete %u next xid %u)" ,
1358
+ "snapshot of %d+%d running transaction ids (lsn %X/%X oldest xid %u latest complete %u next xid %u)" ,
1359
1359
CurrRunningXacts -> xcnt , CurrRunningXacts -> subxcnt ,
1360
1360
LSN_FORMAT_ARGS (recptr ),
1361
1361
CurrRunningXacts -> oldestRunningXid ,
You can’t perform that action at this time.
0 commit comments