PostgreSQL Source Code  git master
List Struct Reference

#include <pg_list.h>

Data Fields

NodeTag type
 
int length
 
int max_length
 
ListCellelements
 
ListCell initial_elements [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 53 of file pg_list.h.

Field Documentation

◆ elements

◆ initial_elements

ListCell List::initial_elements[FLEXIBLE_ARRAY_MEMBER]

Definition at line 60 of file pg_list.h.

Referenced by new_list().

◆ length

◆ max_length

int List::max_length

Definition at line 57 of file pg_list.h.

Referenced by list_concat(), and new_list().

◆ type


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