Add MultiXactOffsetStorageSize() to multixact_internal.h

Michael Paquier <michael@paquier.xyz>

Commit: 0e3ad4b96aedee57fc2694e28486fe0ceca8110a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-12-30T05:13:40Z
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

Files

PathChange+/−
src/include/access/multixact_internal.h modified +10 −0

Discussion