PostgreSQL Source Code git master
_if_value Struct Reference

Data Fields

bool active
 
bool saw_active
 
bool else_branch
 

Detailed Description

Definition at line 105 of file pgc.l.

Field Documentation

◆ active

bool _if_value::active

Definition at line 107 of file pgc.l.

Referenced by lex_init().

◆ else_branch

bool _if_value::else_branch

Definition at line 109 of file pgc.l.

Referenced by lex_init().

◆ saw_active

bool _if_value::saw_active

Definition at line 108 of file pgc.l.

Referenced by lex_init().


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