|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| char * | label |
| PLpgSQL_expr * | cond |
| List * | body |
| PLpgSQL_stmt_type PLpgSQL_stmt_while::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_while::cond |