PostgreSQL Source Code
git master
|
#include <simple_list.h>
Data Fields | |
SimplePtrListCell * | head |
SimplePtrListCell * | tail |
Definition at line 52 of file simple_list.h.
SimplePtrListCell* SimplePtrList::head |
Definition at line 54 of file simple_list.h.
Referenced by addConstrChildIdxDeps(), main(), and verify_tar_backup().
SimplePtrListCell* SimplePtrList::tail |
Definition at line 55 of file simple_list.h.