Fix MULTIXACT_DEBUG builds.
authorPeter Geoghegan <[email protected]>
Thu, 11 Dec 2025 00:31:13 +0000 (19:31 -0500)
committerPeter Geoghegan <[email protected]>
Thu, 11 Dec 2025 00:31:13 +0000 (19:31 -0500)
Oversight in commit bd8d9c9b.

Discussion: https://postgr.es/m/CAH2-WzmvwVKZ+0Z=RL_+g_aOku8QxWddDCXmtyLj02y+nYaD0g@mail.gmail.com

src/backend/access/transam/multixact.c

index 6ca3d44261ed1709885c7df0154448c48e698404..3a95f9ca1f8313a3aa597f8cbabc36f96a0ee997 100644 (file)
@@ -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;
    }