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 883 of file plpgsql.h.
Referenced by dump_assert(), exec_stmt_assert(), and free_assert().
PLpgSQL_expr* PLpgSQL_stmt_assert::message |
Definition at line 884 of file plpgsql.h.
Referenced by dump_assert(), exec_stmt_assert(), and free_assert().