|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_ts_config_map, 3603, TSConfigMapRelationId) |
| DECLARE_UNIQUE_INDEX_PKEY (pg_ts_config_map_index, 3609, TSConfigMapIndexId, pg_ts_config_map, btree(mapcfg oid_ops, maptokentype int4_ops, mapseqno int4_ops)) | |
| MAKE_SYSCACHE (TSCONFIGMAP, pg_ts_config_map_index, 2) | |
Variables | |
| END_CATALOG_STRUCT typedef FormData_pg_ts_config_map * | Form_pg_ts_config_map |
| FormData_pg_ts_config_map | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_ts_config_map | , |
| 3603 | , | ||
| TSConfigMapRelationId | |||
| ) |
Definition at line 32 of file pg_ts_config_map.h.
References BKI_LOOKUP, and fb().
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_ts_config_map_index | , |
| 3609 | , | ||
| TSConfigMapIndexId | , | ||
| pg_ts_config_map | , | ||
| btree(mapcfg oid_ops, maptokentype int4_ops, mapseqno int4_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | TSCONFIGMAP | , |
| pg_ts_config_map_index | , | ||
| 2 | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_ts_config_map* Form_pg_ts_config_map |
Definition at line 49 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), lookup_ts_config_cache(), makeConfigurationDependencies(), and MakeConfigurationMapping().
| FormData_pg_ts_config_map |
Definition at line 45 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().