postgresql/src/backend/utils/cache
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname
The modern way is to use a missing_ok argument instead of two separate
almost-identical routines, so do that.

Author: Michaël Paquier
Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/20180201063212.GE6398@paquier.xyz
2018-02-12 19:33:15 -03:00
..
attoptcache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
catcache.c Save a few bytes by removing useless last argument to SearchCatCacheList. 2018-01-29 15:13:17 -05:00
evtcache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
inval.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
lsyscache.c get_relid_attribute_name is dead, long live get_attname 2018-02-12 19:33:15 -03:00
Makefile Add infrastructure for mapping relfilenodes to relation OIDs. 2013-07-22 11:09:10 -04:00
plancache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
relcache.c get_relid_attribute_name is dead, long live get_attname 2018-02-12 19:33:15 -03:00
relfilenodemap.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
relmapper.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
spccache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
syscache.c Save a few bytes by removing useless last argument to SearchCatCacheList. 2018-01-29 15:13:17 -05:00
ts_cache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
typcache.c Update copyright for 2018 2018-01-02 23:30:12 -05:00