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 4cac3c0 commit 7a1d5a9Copy full SHA for 7a1d5a9
src/backend/commands/vacuum.c
@@ -583,8 +583,10 @@ vacuum_set_xid_limits(Relation rel,
583
{
584
ereport(WARNING,
585
(errmsg("oldest multixact is far in the past: "
586
+ INT64_FORMAT " " INT64_FORMAT " "
587
INT64_FORMAT " " INT64_FORMAT " " INT64_FORMAT " "
588
INT64_FORMAT " " INT64_FORMAT " " INT64_FORMAT " ",
589
+ multixact_freeze_min_age, vacuum_multixact_freeze_min_age,
590
mxactLimit, mxid_freezemin, oldestMxact,
591
safeMxactLimit, effective_multixact_freeze_max_age, nextMxactId),
592
errhint("Close open transactions with multixacts soon to avoid wraparound problems.")));
0 commit comments