]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Do a tiny bit of header file maintenance
authorÁlvaro Herrera <alvherre@kurilemu.de>
Tue, 30 Sep 2025 10:28:29 +0000 (12:28 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Tue, 30 Sep 2025 10:28:29 +0000 (12:28 +0200)
commit3bf31dd24314ceea078f1ae9549c1a60c8a186d8
tree8187c7933d821fe99478ca1214f03629ccb86868
parentbb68cde4136b02a7e51e8876891cd0a61c5726ca
Do a tiny bit of header file maintenance

Stop including utils/relcache.h in access/genam.h, and stop including
htup_details.h in nodes/tidbitmap.h.  Both these files (genam.h and
tidbitmap.h) are widely used in other header files, so it's in our best
interest that they remain as lean as reasonable.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/202509291356.o5t6ny2hoa3q@alvherre.pgsql
contrib/btree_gist/btree_bit.c
src/backend/nodes/tidbitmap.c
src/backend/utils/adt/network_spgist.c
src/include/access/amapi.h
src/include/access/genam.h
src/include/access/nbtree.h
src/include/nodes/tidbitmap.h