postgresql/src/backend/utils/cache
Peter Eisentraut bdc4edbea6 Move catalog index declarations
Move the system catalog index declarations from catalog/indexing.h to
the respective parent tables' catalog/pg_*.h files.  The original
reason for having it split was that the old genbki system produced the
output in the order of the catalog files it read, so all the indexing
stuff needed to come separately.  But this is no longer the case, and
keeping it together makes more sense.

Reviewed-by: John Naylor <john.naylor@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/c7cc82d6-f976-75d6-2e3e-b03d2cab26bb@2ndquadrant.com
2020-11-07 12:26:24 +01:00
..
attoptcache.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
catcache.c Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
evtcache.c Move catalog index declarations 2020-11-07 12:26:24 +01:00
inval.c WAL Log invalidations at command end with wal_level=logical. 2020-07-23 08:34:48 +05:30
lsyscache.c Fix incorrect parameter name in a function header comment 2020-10-25 22:40:03 +13:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
partcache.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
plancache.c Add generic_plans and custom_plans fields into pg_prepared_statements. 2020-07-20 11:55:50 +09:00
relcache.c Track collation versions for indexes. 2020-11-03 01:19:50 +13:00
relfilenodemap.c Move catalog index declarations 2020-11-07 12:26:24 +01:00
relmapper.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
spccache.c Introduce a maintenance_io_concurrency setting. 2020-03-16 17:14:26 +13:00
syscache.c Move catalog index declarations 2020-11-07 12:26:24 +01:00
ts_cache.c Move catalog index declarations 2020-11-07 12:26:24 +01:00
typcache.c Move catalog index declarations 2020-11-07 12:26:24 +01:00