|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| bool | is_exit |
| char * | label |
| PLpgSQL_expr * | cond |
| PLpgSQL_stmt_type PLpgSQL_stmt_exit::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_exit::cond |
Definition at line 838 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().