postgresql/src/backend/utils/cache
Peter Eisentraut 6a6389a08b Add index OID macro argument to DECLARE_INDEX
Instead of defining symbols such as AmOidIndexId explicitly, include
them as an argument of DECLARE_INDEX() and have genbki.pl generate the
way as the table OID symbols from the CATALOG() declaration.

Reviewed-by: John Naylor <john.naylor@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/ccef1e46-a404-25b1-9b4c-85f2c08e1f28%40enterprisedb.com
2021-06-29 08:08:40 +02:00
..
attoptcache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
catcache.c Add "pg_database_owner" default role. 2021-03-26 10:42:17 -07:00
evtcache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
inval.c Initial pgindent and pgperltidy run for v14. 2021-05-12 13:14:10 -04:00
lsyscache.c Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY 2021-02-10 13:06:48 +09: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 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 2021-03-25 18:00:28 -03:00
plancache.c Initial pgindent and pgperltidy run for v14. 2021-05-12 13:14:10 -04:00
relcache.c Improve RelationGetIdentityKeyBitmap(). 2021-06-28 10:56:53 +05:30
relfilenodemap.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
relmapper.c Another fix to relmapper race condition. 2021-06-24 11:19:03 +03:00
spccache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
syscache.c Add index OID macro argument to DECLARE_INDEX 2021-06-29 08:08:40 +02:00
ts_cache.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
typcache.c Fix race condition when sharing tuple descriptors. 2021-05-29 15:12:34 +12:00