PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_ts_config.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * pg_ts_config.h
4 * definition of the "text search configuration" system catalog
5 * (pg_ts_config)
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.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_H
20#define PG_TS_CONFIG_H
21
22#include "catalog/genbki.h"
23#include "catalog/pg_ts_config_d.h" /* IWYU pragma: export */
24
25/* ----------------
26 * pg_ts_config definition. cpp turns this into
27 * typedef struct FormData_pg_ts_config
28 * ----------------
29 */
31
33{
34 /* oid */
35 Oid oid;
36
37 /* name of configuration */
38 NameData cfgname;
39
40 /* name space */
42
43 /* owner */
45
46 /* OID of parser */
47 Oid cfgparser BKI_LOOKUP(pg_ts_parser);
49
51
53
56
59
60#endif /* PG_TS_CONFIG_H */
#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 BKI_DEFAULT(value)
Definition genbki.h:54
#define DECLARE_UNIQUE_INDEX(name, oid, oidmacro, tblname, decl)
Definition genbki.h:104
#define CATALOG(name, oid, oidmacro)
Definition genbki.h:42
#define MAKE_SYSCACHE(name, idxname, nbuckets)
Definition genbki.h:146
FormData_pg_ts_config
END_CATALOG_STRUCT typedef FormData_pg_ts_config * Form_pg_ts_config
unsigned int Oid
static int fb(int x)
Definition c.h:793