PostgreSQL Source Code git master
Data Fields
List Struct Reference

#include <pg_list.h>

Data Fields

 
int  length
 
int  max_length
 
 
 

Detailed Description

Definition at line 53 of file pg_list.h.

Field Documentation

elements

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().

initial_elements

ListCell List::initial_elements[FLEXIBLE_ARRAY_MEMBER]

Definition at line 60 of file pg_list.h.

Referenced by new_list().

length

int List::length

Definition at line 56 of file pg_list.h.

Referenced by check_oauth_validator(), 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().

max_length

int List::max_length

Definition at line 57 of file pg_list.h.

Referenced by list_concat(), and new_list().

type

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().


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

AltStyle によって変換されたページ (->オリジナル) /