PostgreSQL Source Code  git master
ListCell Union Reference

#include <pg_list.h>

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: