mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
Fix MULTIXACT_DEBUG builds.
Oversight in commit bd8d9c9b.
Discussion: https://postgr.es/m/CAH2-WzmvwVKZ+0Z=RL_+g_aOku8QxWddDCXmtyLj02y+nYaD0g@mail.gmail.com
This commit is contained in:
@@ -2192,7 +2192,7 @@ MultiXactAdvanceNextMXact(MultiXactId minMulti,
|
|||||||
}
|
}
|
||||||
if (MultiXactState->nextOffset < minMultiOffset)
|
if (MultiXactState->nextOffset < minMultiOffset)
|
||||||
{
|
{
|
||||||
debug_elog3(DEBUG2, "MultiXact: setting next offset to %" PRIU64,
|
debug_elog3(DEBUG2, "MultiXact: setting next offset to %" PRIu64,
|
||||||
minMultiOffset);
|
minMultiOffset);
|
||||||
MultiXactState->nextOffset = minMultiOffset;
|
MultiXactState->nextOffset = minMultiOffset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user