postgresql/src/backend/access
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable.
A lot of files only included heapam.h for relation_open, heap_open etc
- replace the heapam.h include in those files with the narrower
header.

Author: Andres Freund
Discussion: https://postgr.es/m/20190111000539.xbv7s6w7ilcvm7dp@alap3.anarazel.de
2019-01-21 10:51:37 -08:00
..
brin Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
common Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
gin Update copyright for 2019 2019-01-02 12:44:25 -05:00
gist Update copyright for 2019 2019-01-02 12:44:25 -05:00
hash Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
heap Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
index Don't include genam.h from execnodes.h and relscan.h anymore. 2019-01-14 17:02:12 -08:00
nbtree Don't duplicate parallel seqscan shmem sizing logic in nbtree. 2019-01-15 12:19:21 -08:00
rmgrdesc Update copyright for 2019 2019-01-02 12:44:25 -05:00
spgist Update copyright for 2019 2019-01-02 12:44:25 -05:00
table Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
tablesample Don't include heapam.h from others headers. 2019-01-14 16:24:41 -08:00
transam Restrict the use of temporary namespace in two-phase transactions 2019-01-18 09:21:44 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00