PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_ts_config_map.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * pg_ts_config_map.h
4 * definition of the system catalog for text search token mappings
5 * (pg_ts_config_map)
6 *
7 *
8 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
9 * Portions Copyright (c) 1994, Regents of the University of California
10 *
11 * src/include/catalog/pg_ts_config_map.h
12 *
13 * NOTES
14 * The Catalog.pm module reads this file and derives schema
15 * information.
16 *
17 *-------------------------------------------------------------------------
18 */
19#ifndef PG_TS_CONFIG_MAP_H
20#define PG_TS_CONFIG_MAP_H
21
22#include "catalog/genbki.h"
23#include "catalog/pg_ts_config_map_d.h"
24
25/* ----------------
26 * pg_ts_config_map definition. cpp turns this into
27 * typedef struct FormData_pg_ts_config_map
28 * ----------------
29 */
31
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 */
46
48
50
52
54
55#endif /* PG_TS_CONFIG_MAP_H */
int32_t int32
Definition c.h:575
#define BEGIN_CATALOG_STRUCT
Definition genbki.h:37
#define DECLARE_UNIQUE_INDEX_PKEY(name, oid, oidmacro, tblname, decl)
Definition genbki.h:105
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
#define END_CATALOG_STRUCT
Definition genbki.h:38
#define CATALOG(name, oid, oidmacro)
Definition genbki.h:42
#define MAKE_SYSCACHE(name, idxname, nbuckets)
Definition genbki.h:146
FormData_pg_ts_config_map
END_CATALOG_STRUCT typedef FormData_pg_ts_config_map * Form_pg_ts_config_map
unsigned int Oid
static int fb(int x)