|
PostgreSQL Source Code git master
|
#include <pg_list.h>
Data Fields | |
| void * | ptr_value |
| int | int_value |
| Oid | oid_value |
| TransactionId | xid_value |
| int ListCell::int_value |
Definition at line 48 of file pg_list.h.
Referenced by list_make_int_cell().
| Oid ListCell::oid_value |
Definition at line 49 of file pg_list.h.
Referenced by list_deduplicate_oid(), and list_make_oid_cell().
| void* ListCell::ptr_value |
Definition at line 47 of file pg_list.h.
Referenced by list_make_ptr_cell().
| TransactionId ListCell::xid_value |
Definition at line 50 of file pg_list.h.
Referenced by list_make_xid_cell().