postgresql/src/backend/utils/cache
Robert Haas 1bb5e78218 Move code for managing PartitionDescs into a new file, partdesc.c
This is similar in spirit to the existing partbounds.c file in the
same directory, except that there's a lot less code in the new file
created by this commit.  Pending work in this area proposes to add a
bunch more code related to PartitionDescs, though, and this will give
us a good place to put it.

Discussion: http://postgr.es/m/CA+TgmoZUwPf_uanjF==gTGBMJrn8uCq52XYvAEorNkLrUdoawg@mail.gmail.com
2019-02-21 11:45:02 -05:00
..
Makefile Reorganize partitioning code 2018-04-14 21:12:14 -03:00
attoptcache.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
catcache.c Use varargs macro for CACHEDEBUG 2019-02-19 11:42:39 +01:00
evtcache.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
inval.c Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
lsyscache.c Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
partcache.c Move code for managing PartitionDescs into a new file, partdesc.c 2019-02-21 11:45:02 -05:00
plancache.c Refactor planner's header files. 2019-01-29 15:48:51 -05:00
relcache.c Move code for managing PartitionDescs into a new file, partdesc.c 2019-02-21 11:45:02 -05:00
relfilenodemap.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
relmapper.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
spccache.c Refactor planner's header files. 2019-01-29 15:48:51 -05:00
syscache.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
ts_cache.c Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
typcache.c Refactor planner's header files. 2019-01-29 15:48:51 -05:00