postgresql/src/backend/utils/cache
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types.
- Rename TSParserGetPrsid to get_ts_parser_oid.
- Rename TSDictionaryGetDictid to get_ts_dict_oid.
- Rename TSTemplateGetTmplid to get_ts_template_oid.
- Rename TSConfigGetCfgid to get_ts_config_oid.
- Rename FindConversionByName to get_conversion_oid.
- Rename GetConstraintName to get_constraint_oid.
- Add new functions get_opclass_oid, get_opfamily_oid, get_rewrite_oid,
  get_rewrite_oid_without_relid, get_trigger_oid, and get_cast_oid.

The name of each function matches the corresponding catalog.

Thanks to KaiGai Kohei for the review.
2010-08-05 15:25:36 +00:00
..
Makefile Create a "relation mapping" infrastructure to support changing the relfilenodes 2010-02-07 20:48:13 +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
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 Standardize get_whatever_oid functions for other object types. 2010-08-05 15:25:36 +00:00
typcache.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00