PostgreSQL Source Code  git master
SimpleActionListCell Struct Reference

Data Fields

struct SimpleActionListCellnext
 
enum _actions action
 
char * val
 

Detailed Description

Definition at line 53 of file startup.c.

Field Documentation

◆ action

enum _actions SimpleActionListCell::action

Definition at line 55 of file startup.c.

Referenced by main(), and simple_action_list_append().

◆ next

struct SimpleActionListCell* SimpleActionListCell::next

Definition at line 55 of file startup.c.

Referenced by main(), and simple_action_list_append().

◆ val

char* SimpleActionListCell::val

Definition at line 57 of file startup.c.

Referenced by main(), and simple_action_list_append().


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