PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_ts_config_map.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_ts_config_map_d.h"
Include dependency graph for pg_ts_config_map.h:
This graph shows which files directly or indirectly include this file:

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_mapForm_pg_ts_config_map
 
 FormData_pg_ts_config_map
 

Function Documentation

◆ CATALOG()

Definition at line 32 of file pg_ts_config_map.h.

33{
34 /* OID of configuration owning this entry */
36
37 /* token type from parser */
39
40 /* order in which to consult dictionaries */
42
43 /* dictionary to consult */
int32_t int32
Definition c.h:584
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
FormData_pg_ts_config_map
unsigned int Oid
static int fb(int x)

References BKI_LOOKUP, and fb().

◆ DECLARE_UNIQUE_INDEX_PKEY()

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()

MAKE_SYSCACHE ( TSCONFIGMAP  ,
pg_ts_config_map_index  ,
 
)

Variable Documentation

◆ Form_pg_ts_config_map

◆ FormData_pg_ts_config_map

FormData_pg_ts_config_map

Definition at line 45 of file pg_ts_config_map.h.

Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().