PostgreSQL Source Code
git master
|
#include <conditional.h>
Data Fields | |
ifState | if_state |
int | query_len |
int | paren_depth |
struct IfStackElem * | next |
Definition at line 58 of file conditional.h.
ifState IfStackElem::if_state |
Definition at line 60 of file conditional.h.
Referenced by conditional_stack_peek(), conditional_stack_poke(), and conditional_stack_push().
struct IfStackElem* IfStackElem::next |
Definition at line 63 of file conditional.h.
Referenced by conditional_stack_depth(), conditional_stack_pop(), and conditional_stack_push().
int IfStackElem::paren_depth |
Definition at line 62 of file conditional.h.
Referenced by conditional_stack_get_paren_depth(), conditional_stack_push(), and conditional_stack_set_paren_depth().
int IfStackElem::query_len |
Definition at line 61 of file conditional.h.
Referenced by conditional_stack_get_query_len(), conditional_stack_push(), and conditional_stack_set_query_len().