|
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 |
| PLpgSQL_expr* PLpgSQL_stmt_assert::message |