postgresql/src/backend/utils/cache
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h
This reduces unnecessary exposure of other headers through htup.h, which
is very widely included by many files.

I have chosen to move the function prototypes to the new file as well,
because that means htup.h no longer needs to include tupdesc.h.  In
itself this doesn't have much effect in indirect inclusion of tupdesc.h
throughout the tree, because it's also required by execnodes.h; but it's
something to explore in the future, and it seemed best to do the htup.h
change now while I'm busy with it.
2012-08-30 16:52:35 -04:00
..
attoptcache.c remove catcache.h from syscache.h 2012-08-28 18:36:39 -04:00
catcache.c Split resowner.h 2012-08-28 18:02:07 -04:00
evtcache.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
inval.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
lsyscache.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
Makefile Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
plancache.c Split resowner.h 2012-08-28 18:02:07 -04:00
relcache.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
relmapper.c Allow new relmapper entries when allow_system_table_mods is true. 2012-03-21 14:09:39 -04:00
spccache.c remove catcache.h from syscache.h 2012-08-28 18:36:39 -04:00
syscache.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
ts_cache.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
typcache.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00