|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| int | lineno |
| PLpgSQL_condition * | conditions |
| List * | action |
| List* PLpgSQL_exception::action |
Definition at line 519 of file plpgsql.h.
Referenced by dump_block(), and exec_stmt_block().
| PLpgSQL_condition* PLpgSQL_exception::conditions |
Definition at line 518 of file plpgsql.h.
Referenced by dump_block(), and exec_stmt_block().