|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| PLpgSQL_expr * | t_expr |
| int | t_varno |
| List * | case_when_list |
| bool | have_else |
| List * | else_stmts |
| PLpgSQL_stmt_type PLpgSQL_stmt_case::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_case::t_expr |