PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_propgraph_label_property.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * pg_propgraph_label_property.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_property.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_PROPERTY_H
17#define PG_PROPGRAPH_LABEL_PROPERTY_H
18
19#include "catalog/genbki.h"
20#include "catalog/pg_propgraph_label_property_d.h"
21
22/* ----------------
23 * pg_propgraph_label_property definition. cpp turns this into
24 * typedef struct FormData_pg_propgraph_label_property
25 * ----------------
26 */
28
30{
31 Oid oid;
32
33 /* OID of the property */
35
36 /* OID of the element label */
38
39#ifdef CATALOG_VARLEN /* variable-length fields start here */
40
41 /* property expression */
43
44#endif
46
48
49/* ----------------
50 * Form_pg_propgraph_label_property corresponds to a pointer to a tuple with
51 * the format of pg_propgraph_label_property relation.
52 * ----------------
53 */
55
57
60
62
63#endif /* PG_PROPGRAPH_LABEL_PROPERTY_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 BKI_FORCE_NOT_NULL
Definition genbki.h:52
#define DECLARE_TOAST(name, toastoid, indexoid)
Definition genbki.h:82
#define CATALOG(name, oid, oidmacro)
Definition genbki.h:42
#define MAKE_SYSCACHE(name, idxname, nbuckets)
Definition genbki.h:146
FormData_pg_propgraph_label_property
END_CATALOG_STRUCT typedef FormData_pg_propgraph_label_property * Form_pg_propgraph_label_property
unsigned int Oid
static int fb(int x)