PostgreSQL Source Code git master
|
#include <c.h>
Data Fields | |
int32 | vl_len_ |
int | ndim |
int32 | dataoffset |
Oid | elemtype |
int | dim1 |
int | lbound1 |
int16 | values [FLEXIBLE_ARRAY_MEMBER] |
int32 int2vector::dataoffset |
Definition at line 672 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
int int2vector::dim1 |
Definition at line 674 of file c.h.
Referenced by buildint2vector(), int2vectorin(), int2vectorout(), and validate_pkattnums().
Oid int2vector::elemtype |
Definition at line 673 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
int int2vector::lbound1 |
Definition at line 675 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
int int2vector::ndim |
Definition at line 671 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
int16 int2vector::values[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 676 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().