PostgreSQL Source Code
git master
|
Data Fields | |
struct SimpleActionListCell * | next |
enum _actions | action |
char * | val |
enum _actions SimpleActionListCell::action |
Definition at line 55 of file startup.c.
Referenced by main(), and simple_action_list_append().
struct SimpleActionListCell* SimpleActionListCell::next |
Definition at line 55 of file startup.c.
Referenced by main(), and simple_action_list_append().
char* SimpleActionListCell::val |
Definition at line 57 of file startup.c.
Referenced by main(), and simple_action_list_append().