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