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{
32 /* oid */
33 Oid oid;
34
35 /* name of configuration */
36 NameData cfgname;
37
38 /* name space */
40
41 /* owner */
43
44 /* OID of parser */
45 Oid cfgparser BKI_LOOKUP(pg_ts_parser);
47
49
52
55
56#endif /* PG_TS_CONFIG_H */
#define DECLARE_UNIQUE_INDEX_PKEY(name, oid, oidmacro, tblname, decl)
Definition genbki.h:86
#define BKI_LOOKUP(catalog)
Definition genbki.h:46
#define BKI_DEFAULT(value)
Definition genbki.h:35
#define DECLARE_UNIQUE_INDEX(name, oid, oidmacro, tblname, decl)
Definition genbki.h:85
#define CATALOG(name, oid, oidmacro)
Definition genbki.h:23
#define MAKE_SYSCACHE(name, idxname, nbuckets)
Definition genbki.h:127
FormData_pg_ts_config
FormData_pg_ts_config * Form_pg_ts_config
unsigned int Oid
static int fb(int x)
Definition c.h:760