PostgreSQL Source Code git master
|
#include <simple_list.h>
Data Fields | |
struct SimpleOidListCell * | next |
Oid | val |
Definition at line 20 of file simple_list.h.
struct SimpleOidListCell* SimpleOidListCell::next |
Definition at line 22 of file simple_list.h.
Referenced by simple_oid_list_append(), simple_oid_list_destroy(), and simple_oid_list_member().
Oid SimpleOidListCell::val |
Definition at line 23 of file simple_list.h.
Referenced by simple_oid_list_append(), and simple_oid_list_member().