PostgreSQL Source Code: ListCell Union Reference (original) (raw)
#include <[pg_list.h](pg%5F%5Flist%5F8h%5Fsource.html)>
Data Fields | |
---|---|
void * | ptr_value |
int | int_value |
Oid | oid_value |
TransactionId | xid_value |
Detailed Description
Definition at line 45 of file pg_list.h.
Field Documentation
◆ int_value
int ListCell::int_value
Definition at line 48 of file pg_list.h.
◆ oid_value
Oid ListCell::oid_value
Definition at line 49 of file pg_list.h.
Referenced by list_deduplicate_oid().
◆ ptr_value
void* ListCell::ptr_value
Definition at line 47 of file pg_list.h.
Referenced by show_incremental_sort_group_info().
◆ xid_value
TransactionId ListCell::xid_value
Definition at line 50 of file pg_list.h.
The documentation for this union was generated from the following file:
- src/include/nodes/pg_list.h