|
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 728 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int int2vector::dim1 |
Definition at line 730 of file c.h.
Referenced by buildint2vector(), int2vectorin(), int2vectorout(), and validate_pkattnums().
| Oid int2vector::elemtype |
Definition at line 729 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int int2vector::lbound1 |
Definition at line 731 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int int2vector::ndim |
Definition at line 727 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int16 int2vector::values[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 732 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().