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/[email protected] Backpatch-through: 14 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4d936c3fff1ac8dead2cc240ba3da2ed6337257c Modified Files -------------- src/backend/access/transam/multixact.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
