PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_propgraph_property.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * pg_propgraph_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_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_PROPERTY_H
17#define PG_PROPGRAPH_PROPERTY_H
18
19#include "catalog/genbki.h"
20#include "catalog/pg_propgraph_property_d.h"
21
22/* ----------------
23 * pg_propgraph_property definition. cpp turns this into
24 * typedef struct FormData_pg_propgraph_property
25 * ----------------
26 */
28
30{
31 Oid oid;
32
33 /* OID of the property graph relation */
35
36 /* property name */
38
39 /* data type of the property */
41
42 /* typemod of the property */
44
45 /* collation of the property */
48
50
51/* ----------------
52 * Form_pg_propgraph_property corresponds to a pointer to a tuple with
53 * the format of pg_propgraph_property relation.
54 * ----------------
55 */
57
60
63
64#endif /* PG_PROPGRAPH_PROPERTY_H */
int32_t int32
Definition c.h:611
#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_LOOKUP_OPT(catalog)
Definition genbki.h:66
#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
END_CATALOG_STRUCT typedef FormData_pg_propgraph_property * Form_pg_propgraph_property
FormData_pg_propgraph_property
unsigned int Oid
static int fb(int x)
Definition c.h:829