Fix setting next multixid's offset at offset wraparound
authorHeikki Linnakangas <[email protected]>
Fri, 5 Dec 2025 09:32:38 +0000 (11:32 +0200)
committerHeikki Linnakangas <[email protected]>
Fri, 5 Dec 2025 09:36:52 +0000 (11:36 +0200)
commitb9a02b9780bc93afef4bc268212960dec2f9c88d
tree6d0583dac0537a456c1ffcfbcef2dcbfbac0f64c
parent7e54eacc5c06a53a7d7776170c50ba646c914b31
Fix setting next multixid's offset at offset wraparound

In commit 789d65364c, we started updating the next multixid's offset
too when recording a multixid, so that it can always be used to
calculate the number of members. I got it wrong at offset wraparound:
we need to skip over offset 0. Fix that.

Discussion: https://www.postgresql.org/message-id/d9996478-389a-4340-8735-bfad456b313c@iki.fi
Backpatch-through: 14
src/backend/access/transam/multixact.c