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 483 of file plpgsql.h.
Referenced by dump_block(), exec_stmt_block(), and free_block().
int PLpgSQL_exception_block::sqlerrm_varno |
Definition at line 482 of file plpgsql.h.
Referenced by exec_stmt_block().
int PLpgSQL_exception_block::sqlstate_varno |
Definition at line 481 of file plpgsql.h.
Referenced by exec_stmt_block().