Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.

Masahiko Sawada <msawada@postgresql.org>

Commit: e2fd615ecc177493b9a961a640ec0dcc4a25755c
Author: Masahiko Sawada <msawada@postgresql.org>
Date: 2024-10-15T00:19:33Z
Releases: 18.0
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.

This commit moves the definitions of the SnapBuild and SnapBuildOnDisk
structs, related to logical snapshots, to the snapshot_internal.h
file. This change allows external tools, such as
pg_logicalinspect (with an upcoming patch), to access and utilize the
contents of logical snapshots.

Author: Bertrand Drouvot
Reviewed-by: Amit Kapila, Shveta Malik, Peter Smith
Discussion: https://postgr.es/m/ZscuZ92uGh3wm4tW%40ip-10-97-1-34.eu-west-3.compute.internal

Files

Discussion