#include "catalog/genbki.h"
Go to the source code of this file.
Defines | |
#define | TSConfigMapRelationId 3603 |
#define | Natts_pg_ts_config_map 4 |
#define | Anum_pg_ts_config_map_mapcfg 1 |
#define | Anum_pg_ts_config_map_maptokentype 2 |
#define | Anum_pg_ts_config_map_mapseqno 3 |
#define | Anum_pg_ts_config_map_mapdict 4 |
Typedefs | |
typedef FormData_pg_ts_config_map * | Form_pg_ts_config_map |
Functions | |
CATALOG (pg_ts_config_map, 3603) BKI_WITHOUT_OIDS | |
DATA (insert(3748 1 1 3765)) | |
DATA (insert(3748 2 1 3765)) | |
DATA (insert(3748 3 1 3765)) | |
DATA (insert(3748 4 1 3765)) | |
DATA (insert(3748 5 1 3765)) | |
DATA (insert(3748 6 1 3765)) | |
DATA (insert(3748 7 1 3765)) | |
DATA (insert(3748 8 1 3765)) | |
DATA (insert(3748 9 1 3765)) | |
DATA (insert(3748 10 1 3765)) | |
DATA (insert(3748 11 1 3765)) | |
DATA (insert(3748 15 1 3765)) | |
DATA (insert(3748 16 1 3765)) | |
DATA (insert(3748 17 1 3765)) | |
DATA (insert(3748 18 1 3765)) | |
DATA (insert(3748 19 1 3765)) | |
DATA (insert(3748 20 1 3765)) | |
DATA (insert(3748 21 1 3765)) | |
DATA (insert(3748 22 1 3765)) | |
Variables | |
FormData_pg_ts_config_map |
#define Anum_pg_ts_config_map_mapcfg 1 |
Definition at line 48 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), DropConfigurationMapping(), lookup_ts_config_cache(), makeConfigurationDependencies(), MakeConfigurationMapping(), and RemoveTSConfigurationById().
#define Anum_pg_ts_config_map_mapdict 4 |
Definition at line 51 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().
#define Anum_pg_ts_config_map_mapseqno 3 |
Definition at line 50 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().
#define Anum_pg_ts_config_map_maptokentype 2 |
Definition at line 49 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), DropConfigurationMapping(), and MakeConfigurationMapping().
#define Natts_pg_ts_config_map 4 |
Definition at line 47 of file pg_ts_config_map.h.
#define TSConfigMapRelationId 3603 |
Definition at line 31 of file pg_ts_config_map.h.
Referenced by AlterTSConfiguration(), DefineTSConfiguration(), lookup_ts_config_cache(), and RemoveTSConfigurationById().
Definition at line 41 of file pg_ts_config_map.h.
CATALOG | ( | pg_ts_config_map | , | |
3603 | ||||
) |
Definition at line 33 of file pg_ts_config_map.h.
{ Oid mapcfg; /* OID of configuration owning this entry */ int32 maptokentype; /* token type from parser */ int32 mapseqno; /* order in which to consult dictionaries */ Oid mapdict; /* dictionary to consult */ } FormData_pg_ts_config_map;
DATA | ( | insert(3748 22 1 3765) | ) |
DATA | ( | insert(3748 21 1 3765) | ) |
DATA | ( | insert(3748 20 1 3765) | ) |
DATA | ( | insert(3748 19 1 3765) | ) |
DATA | ( | insert(3748 18 1 3765) | ) |
DATA | ( | insert(3748 17 1 3765) | ) |
DATA | ( | insert(3748 16 1 3765) | ) |
DATA | ( | insert(3748 15 1 3765) | ) |
DATA | ( | insert(3748 11 1 3765) | ) |
DATA | ( | insert(3748 10 1 3765) | ) |
DATA | ( | insert(3748 9 1 3765) | ) |
DATA | ( | insert(3748 8 1 3765) | ) |
DATA | ( | insert(3748 7 1 3765) | ) |
DATA | ( | insert(3748 6 1 3765) | ) |
DATA | ( | insert(3748 5 1 3765) | ) |
DATA | ( | insert(3748 4 1 3765) | ) |
DATA | ( | insert(3748 3 1 3765) | ) |
DATA | ( | insert(3748 2 1 3765) | ) |
DATA | ( | insert(3748 1 1 3765) | ) |
Definition at line 39 of file pg_ts_config_map.h.