|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| char * | label |
| List * | body |
| List* PLpgSQL_stmt_loop::body |
Definition at line 674 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_stmt_type PLpgSQL_stmt_loop::cmd_type |