|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| PLpgSQL_expr * | cond |
| PLpgSQL_expr * | message |
| PLpgSQL_stmt_type PLpgSQL_stmt_assert::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_assert::cond |
Definition at line 910 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_expr* PLpgSQL_stmt_assert::message |
Definition at line 911 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().