PostgreSQL Source Code  git master
SimpleOidListCell Struct Reference

#include <simple_list.h>

Data Fields

struct SimpleOidListCellnext
 
Oid val
 

Detailed Description

Definition at line 20 of file simple_list.h.

Field Documentation

◆ next

struct SimpleOidListCell* SimpleOidListCell::next

◆ val

Oid SimpleOidListCell::val

Definition at line 23 of file simple_list.h.

Referenced by simple_oid_list_append(), and simple_oid_list_member().


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