PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_propgraph_label.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * pg_propgraph_label.h
4 *
5 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
6 * Portions Copyright (c) 1994, Regents of the University of California
7 *
8 * src/include/catalog/pg_propgraph_label.h
9 *
10 * NOTES
11 * The Catalog.pm module reads this file and derives schema
12 * information.
13 *
14 *-------------------------------------------------------------------------
15 */
16#ifndef PG_PROPGRAPH_LABEL_H
17#define PG_PROPGRAPH_LABEL_H
18
19#include "catalog/genbki.h"
20#include "catalog/pg_propgraph_label_d.h"
21
22/* ----------------
23 * pg_propgraph_label definition. cpp turns this into
24 * typedef struct FormData_pg_propgraph_label
25 * ----------------
26 */
28
30{
31 Oid oid;
32
33 /* OID of the property graph relation */
35
36 /* label name */
39
41
42/* ----------------
43 * Form_pg_propgraph_label corresponds to a pointer to a tuple with
44 * the format of pg_propgraph_label relation.
45 * ----------------
46 */
48
51
54
55#endif /* PG_PROPGRAPH_LABEL_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 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_propgraph_label
END_CATALOG_STRUCT typedef FormData_pg_propgraph_label * Form_pg_propgraph_label
unsigned int Oid
static int fb(int x)
Definition c.h:829