|
|
|
@ -1347,7 +1347,7 @@ LogCurrentRunningXacts(RunningTransactions CurrRunningXacts) |
|
|
|
|
|
|
|
|
|
if (CurrRunningXacts->subxid_overflow) |
|
|
|
|
elog(trace_recovery(DEBUG2), |
|
|
|
|
"snapshot of %u running transactions overflowed (lsn %X/%X oldest xid %u latest complete %u next xid %u)", |
|
|
|
|
"snapshot of %d running transactions overflowed (lsn %X/%X oldest xid %u latest complete %u next xid %u)", |
|
|
|
|
CurrRunningXacts->xcnt, |
|
|
|
|
LSN_FORMAT_ARGS(recptr), |
|
|
|
|
CurrRunningXacts->oldestRunningXid, |
|
|
|
@ -1355,7 +1355,7 @@ LogCurrentRunningXacts(RunningTransactions CurrRunningXacts) |
|
|
|
|
CurrRunningXacts->nextXid); |
|
|
|
|
else |
|
|
|
|
elog(trace_recovery(DEBUG2), |
|
|
|
|
"snapshot of %u+%u running transaction ids (lsn %X/%X oldest xid %u latest complete %u next xid %u)", |
|
|
|
|
"snapshot of %d+%d running transaction ids (lsn %X/%X oldest xid %u latest complete %u next xid %u)", |
|
|
|
|
CurrRunningXacts->xcnt, CurrRunningXacts->subxcnt, |
|
|
|
|
LSN_FORMAT_ARGS(recptr), |
|
|
|
|
CurrRunningXacts->oldestRunningXid, |
|
|
|
|