#include <plpgsql.h>
Data Fields | |
| int | cmd_type |
| int | lineno |
| bool | is_exit |
| char * | label |
| PLpgSQL_expr * | cond |
Definition at line 569 of file plpgsql.h.
Definition at line 575 of file plpgsql.h.
Referenced by dump_exit(), exec_stmt_exit(), and free_exit().
Definition at line 573 of file plpgsql.h.
Referenced by dump_exit(), and exec_stmt_exit().
| char* PLpgSQL_stmt_exit::label |
Definition at line 574 of file plpgsql.h.
Referenced by dump_exit(), and exec_stmt_exit().
1.7.1