PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
int | lineno |
PLpgSQL_expr * | cond |
List * | stmts |
PLpgSQL_expr* PLpgSQL_if_elsif::cond |
Definition at line 636 of file plpgsql.h.
Referenced by dump_if(), and exec_stmt_if().
List* PLpgSQL_if_elsif::stmts |
Definition at line 637 of file plpgsql.h.
Referenced by dump_if(), and exec_stmt_if().