PostgreSQL Source Code git master
|
#include <c.h>
Data Fields | |
int32 | vl_len_ |
int | ndim |
int32 | dataoffset |
Oid | elemtype |
int | dim1 |
int | lbound1 |
Oid | values [FLEXIBLE_ARRAY_MEMBER] |
int32 oidvector::dataoffset |
Definition at line 683 of file c.h.
Referenced by buildoidvector(), and oidvectorin().
int oidvector::dim1 |
Definition at line 685 of file c.h.
Referenced by buildoidvector(), oidvectorin(), oidvectorout(), oidvectortypes(), ProcedureCreate(), and resolve_polymorphic_tupdesc().
Oid oidvector::elemtype |
Definition at line 684 of file c.h.
Referenced by buildoidvector(), and oidvectorin().
int oidvector::lbound1 |
Definition at line 686 of file c.h.
Referenced by buildoidvector(), and oidvectorin().
int oidvector::ndim |
Definition at line 682 of file c.h.
Referenced by buildoidvector(), and oidvectorin().
Oid oidvector::values[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 687 of file c.h.
Referenced by AggregateCreate(), build_replindex_scan_key(), buildoidvector(), CheckIndexCompatible(), generateClonedIndexStmt(), get_index_column_opclass(), index_concurrently_create_copy(), index_opclass_options(), IndexSupportInitialize(), IsIndexUsableForReplicaIdentityFull(), IsThereFunctionInNamespace(), oidvectorin(), oidvectorout(), oidvectortypes(), pg_get_indexdef_worker(), pg_get_partkeydef_worker(), ProcedureCreate(), refresh_by_match_merge(), RelationBuildPartitionKey(), RelationInitIndexAccessInfo(), resolve_polymorphic_tupdesc(), transformFkeyCheckAttrs(), transformFkeyGetPrimaryKey(), and transformIndexConstraint().