postgresql/src/backend/utils/cache
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with
unqualified names.

- Add a missing_ok parameter to get_tablespace_oid.
- Avoid duplicating get_tablespace_od guts in objectNamesToOids.
- Add a missing_ok parameter to get_database_oid.
- Replace get_roleid and get_role_checked with get_role_oid.
- Add get_namespace_oid, get_language_oid, get_am_oid.
- Refactor existing code to use new interfaces.

Thanks to KaiGai Kohei for the review.
2010-08-05 14:45:09 +00:00
..
attoptcache.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
catcache.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
inval.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
lsyscache.c Standardize get_whatever_oid functions for object types with 2010-08-05 14:45:09 +00:00
Makefile Create a "relation mapping" infrastructure to support changing the relfilenodes 2010-02-07 20:48:13 +00:00
plancache.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
relcache.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
relmapper.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
spccache.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
syscache.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
ts_cache.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
typcache.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00