postgresql/src/backend/utils/cache
Peter Eisentraut ae4472c619 Remove obsolete IndexIs* macros
Remove IndexIsValid(), IndexIsReady(), IndexIsLive() in favor of
accessing the index structure directly.  These macros haven't been
used consistently, and the original reason of maintaining source
compatibility with PostgreSQL 9.2 is gone.

Discussion: https://www.postgresql.org/message-id/flat/d419147c-09d4-6196-5d9d-0234b230880a%402ndquadrant.com
2018-12-27 10:07:46 +01:00
..
attoptcache.c Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
catcache.c Make collation-aware system catalog columns use "C" collation. 2018-12-18 12:48:15 -05:00
evtcache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
inval.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
lsyscache.c Make pg_statistic and related code account more honestly for collations. 2018-12-14 12:52:49 -05:00
Makefile Reorganize partitioning code 2018-04-14 21:12:14 -03:00
partcache.c Reduce unnecessary list construction in RelationBuildPartitionDesc. 2018-11-19 12:10:41 -05:00
plancache.c Drop no-op CoerceToDomain nodes from expressions at planning time. 2018-12-13 13:24:43 -05:00
relcache.c Remove obsolete IndexIs* macros 2018-12-27 10:07:46 +01:00
relfilenodemap.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
relmapper.c PANIC on fsync() failure. 2018-11-19 17:41:26 +13:00
spccache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
syscache.c Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
ts_cache.c Rename MemoryContextCopySetIdentifier() for clarity 2018-04-06 12:37:54 -04:00
typcache.c Make pg_statistic and related code account more honestly for collations. 2018-12-14 12:52:49 -05:00