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 811 of file plpgsql.h.
Referenced by dump_exit(), exec_stmt_exit(), and free_exit().
bool PLpgSQL_stmt_exit::is_exit |
Definition at line 809 of file plpgsql.h.
Referenced by dump_exit(), and exec_stmt_exit().
char* PLpgSQL_stmt_exit::label |
Definition at line 810 of file plpgsql.h.
Referenced by dump_exit(), and exec_stmt_exit().