Move pg_multixact SLRU page format definitions to a separate header This makes them accessible from pg_upgrade, needed by the next commit. I'm doing this mechanical move as a separate commit to make the next commit's changes to these definitions more obvious.
Author: Maxim Orlov <[email protected]> Discussion: https://www.postgresql.org/message-id/cacg%3dezbzo_3_fnx%3ds5bfepwrftzrpj%[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/bb3b1c4f64620ca05d86a20a26c8fa4ca1cf7b78 Modified Files -------------- src/backend/access/transam/multixact.c | 120 +-------------------------- src/include/access/multixact_internal.h | 140 ++++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+), 119 deletions(-)
