PostgreSQL Source Code: src/include/fe_utils/conditional.h File Reference (original) (raw)

Go to the source code of this file.
◆ ConditionalStack
◆ ConditionalStackData
◆ IfStackElem
◆ ifState
◆ ifState
Enumerator |
IFSTATE_NONE |
IFSTATE_TRUE |
IFSTATE_FALSE |
IFSTATE_IGNORED |
IFSTATE_ELSE_TRUE |
IFSTATE_ELSE_FALSE |
Definition at line 29 of file conditional.h.
◆ conditional_active()
◆ conditional_stack_create()
◆ conditional_stack_depth()
◆ conditional_stack_destroy()
◆ conditional_stack_empty()
◆ conditional_stack_get_paren_depth()
◆ conditional_stack_get_query_len()
◆ conditional_stack_peek()
◆ conditional_stack_poke()
◆ conditional_stack_pop()
◆ conditional_stack_push()
◆ conditional_stack_reset()
◆ conditional_stack_set_paren_depth()
◆ conditional_stack_set_query_len()