Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ListCell Struct Reference

#include <pg_list.h>

Data Fields

union {
   void *   ptr_value
   int   int_value
   Oid   oid_value
data
ListCellnext

Detailed Description

Definition at line 53 of file pg_list.h.


Field Documentation

union { ... } ListCell::data

Referenced by list_copy(), and list_copy_tail().

Definition at line 58 of file pg_list.h.

Definition at line 59 of file pg_list.h.

Definition at line 57 of file pg_list.h.


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