PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
bool | chain |
bool PLpgSQL_stmt_rollback::chain |
Definition at line 565 of file plpgsql.h.
Referenced by dump_rollback(), and exec_stmt_rollback().
PLpgSQL_stmt_type PLpgSQL_stmt_rollback::cmd_type |