pgsql: Split macros from visibilitymap.h into a separate header

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Split macros from visibilitymap.h into a separate header
Date: 2021-09-23 18:04:46
Message-ID: E1mTT5S-0005lH-C1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Split macros from visibilitymap.h into a separate header

That allows to include just visibilitymapdefs.h from file.c, and in turn,
remove include of postgres.h from relcache.h.

Reported-by: Andres Freund
Discussion: https://postgr.es/m/20210913232614.czafiubr435l6egi%40alap3.anarazel.de
Author: Alexander Korotkov
Reviewed-by: Andres Freund, Tom Lane, Alvaro Herrera
Backpatch-through: 13

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fd22aec631af9f2b967af20e23206840c6594c72

Modified Files
--------------
src/bin/pg_upgrade/file.c | 2 +-
src/include/access/visibilitymap.h | 10 +---------
src/include/access/visibilitymapdefs.h | 25 +++++++++++++++++++++++++
src/include/utils/relcache.h | 1 -
4 files changed, 27 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2021-09-23 19:24:21 pgsql: Add exception for unicode_east_asian_fw_table.h to cpluspluschec
Previous Message Alexander Korotkov 2021-09-23 17:12:54 pgsql: Split macros from visibilitymap.h into a separate header