PostgreSQL Source Code: int2vector Struct Reference (original) (raw)

#include <[c.h](c%5F8h%5Fsource.html)>

Data Fields
int32 vl_len_
int ndim
int32 dataoffset
Oid elemtype
int dim1
int lbound1
int16 values [FLEXIBLE_ARRAY_MEMBER]

Definition at line 685 of file c.h.

dataoffset

int32 int2vector::dataoffset

dim1

elemtype

lbound1

ndim

values

Definition at line 693 of file c.h.

Referenced by attnumstoint2vector(), build_replindex_scan_key(), buildint2vector(), index_concurrently_create_copy(), int2vectorin(), int2vectorout(), pg_get_indexdef_worker(), RelationInitIndexAccessInfo(), test_indoption(), UpdateIndexRelation(), and validate_pkattnums().

vl_len_

int32 int2vector::vl_len_

Definition at line 687 of file c.h.


The documentation for this struct was generated from the following file: