mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 11:21:03 -05: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:
parent
0909380e4c
commit
473cb1b951
1 changed files with 1 additions and 1 deletions
|
|
@ -2192,7 +2192,7 @@ MultiXactAdvanceNextMXact(MultiXactId minMulti,
|
|||
}
|
||||
if (MultiXactState->nextOffset < minMultiOffset)
|
||||
{
|
||||
debug_elog3(DEBUG2, "MultiXact: setting next offset to %" PRIU64,
|
||||
debug_elog3(DEBUG2, "MultiXact: setting next offset to %" PRIu64,
|
||||
minMultiOffset);
|
||||
MultiXactState->nextOffset = minMultiOffset;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue