PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_propgraph_property.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_propgraph_property_d.h"
Include dependency graph for pg_propgraph_property.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_CATALOG_STRUCT CATALOG (pg_propgraph_property, 8306, PropgraphPropertyRelationId)
 
 DECLARE_UNIQUE_INDEX_PKEY (pg_propgraph_property_oid_index, 8307, PropgraphPropertyObjectIndexId, pg_propgraph_property, btree(oid oid_ops))
 
 DECLARE_UNIQUE_INDEX (pg_propgraph_property_name_index, 8308, PropgraphPropertyNameIndexId, pg_propgraph_property, btree(pgppgid oid_ops, pgpname name_ops))
 
 MAKE_SYSCACHE (PROPGRAPHPROPOID, pg_propgraph_property_oid_index, 128)
 
 MAKE_SYSCACHE (PROPGRAPHPROPNAME, pg_propgraph_property_name_index, 128)
 

Variables

END_CATALOG_STRUCT typedef FormData_pg_propgraph_propertyForm_pg_propgraph_property
 
 FormData_pg_propgraph_property
 

Function Documentation

◆ CATALOG()

Definition at line 29 of file pg_propgraph_property.h.

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 */
int32_t int32
Definition c.h:611
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
#define BKI_LOOKUP_OPT(catalog)
Definition genbki.h:66
FormData_pg_propgraph_property
unsigned int Oid
static int fb(int x)
Definition c.h:829

References BKI_LOOKUP, BKI_LOOKUP_OPT, and fb().

◆ DECLARE_UNIQUE_INDEX()

◆ DECLARE_UNIQUE_INDEX_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_propgraph_property_oid_index  ,
8307  ,
PropgraphPropertyObjectIndexId  ,
pg_propgraph_property  ,
btree(oid oid_ops  
)

◆ MAKE_SYSCACHE() [1/2]

MAKE_SYSCACHE ( PROPGRAPHPROPNAME  ,
pg_propgraph_property_name_index  ,
128   
)

◆ MAKE_SYSCACHE() [2/2]

MAKE_SYSCACHE ( PROPGRAPHPROPOID  ,
pg_propgraph_property_oid_index  ,
128   
)

Variable Documentation

◆ Form_pg_propgraph_property

◆ FormData_pg_propgraph_property

FormData_pg_propgraph_property

Definition at line 47 of file pg_propgraph_property.h.