]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add MultiXactOffsetStorageSize() to multixact_internal.h
authorMichael Paquier <michael@paquier.xyz>
Tue, 30 Dec 2025 05:13:40 +0000 (14:13 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 30 Dec 2025 05:13:40 +0000 (14:13 +0900)
commit0e3ad4b96aedee57fc2694e28486fe0ceca8110a
tree79f6e43c024c5ff9bd1409ac97221fa296117848
parent9cf746a453c15ffdf652a6d50683bfd82e654950
Add MultiXactOffsetStorageSize() to multixact_internal.h

This function calculates in bytes the storage taken between two
multixact offsets.  This will be used in an upcoming patch, introduced
separately here as this piece can be useful on its own.

Author: Naga Appani <nagnrik@gmail.com>
Co-authored-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/aUyTvZMq2CLgNEB4@paquier.xyz
src/include/access/multixact_internal.h