PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
int | sqlstate_varno |
int | sqlerrm_varno |
List * | exc_list |
List* PLpgSQL_exception_block::exc_list |
Definition at line 505 of file plpgsql.h.
Referenced by dump_block(), exec_stmt_block(), and plpgsql_statement_tree_walker_impl().
int PLpgSQL_exception_block::sqlerrm_varno |
Definition at line 504 of file plpgsql.h.
Referenced by exec_stmt_block().
int PLpgSQL_exception_block::sqlstate_varno |
Definition at line 503 of file plpgsql.h.
Referenced by exec_stmt_block().