PostgreSQL Source Code
git master
|
#include <pg_list.h>
Data Fields | |
NodeTag | type |
int | length |
int | max_length |
ListCell * | elements |
ListCell | initial_elements [FLEXIBLE_ARRAY_MEMBER] |
ListCell* List::elements |
Definition at line 58 of file pg_list.h.
Referenced by list_cell_number(), list_concat(), list_concat_copy(), list_copy(), list_copy_deep(), list_copy_head(), list_copy_tail(), list_head(), list_second_cell(), list_tail(), lnext(), and new_list().
ListCell List::initial_elements[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 60 of file pg_list.h.
Referenced by new_list().
int List::length |
Definition at line 56 of file pg_list.h.
Referenced by jsonb_exec_setup(), list_cell_number(), list_concat(), list_concat_copy(), list_copy(), list_copy_deep(), list_copy_head(), list_copy_tail(), list_length(), list_second_cell(), list_tail(), lnext(), new_list(), and parse_hba_line().
int List::max_length |
Definition at line 57 of file pg_list.h.
Referenced by list_concat(), and new_list().
NodeTag List::type |
Definition at line 55 of file pg_list.h.
Referenced by _jumbleList(), _outList(), list_concat(), list_concat_copy(), list_copy(), list_copy_deep(), list_copy_head(), list_copy_tail(), and new_list().