Skip to content

Commit 7a1d5a9

Browse files
author
Alexander Korotkov
committed
More detailed log mxact wraparound.
1 parent 4cac3c0 commit 7a1d5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/commands/vacuum.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,10 @@ vacuum_set_xid_limits(Relation rel,
583583
{
584584
ereport(WARNING,
585585
(errmsg("oldest multixact is far in the past: "
586+
INT64_FORMAT " " INT64_FORMAT " "
586587
INT64_FORMAT " " INT64_FORMAT " " INT64_FORMAT " "
587588
INT64_FORMAT " " INT64_FORMAT " " INT64_FORMAT " ",
589+
multixact_freeze_min_age, vacuum_multixact_freeze_min_age,
588590
mxactLimit, mxid_freezemin, oldestMxact,
589591
safeMxactLimit, effective_multixact_freeze_max_age, nextMxactId),
590592
errhint("Close open transactions with multixacts soon to avoid wraparound problems.")));

0 commit comments

Comments
 (0)