PostgreSQL Source Code
git master
|
Data Fields | |
LogicalRepMsgType | command |
LogicalRepRelMapEntry * | rel |
int | remote_attnum |
TransactionId | remote_xid |
XLogRecPtr | finish_lsn |
char * | origin_name |
LogicalRepMsgType ApplyErrorCallbackArg::command |
Definition at line 222 of file worker.c.
Referenced by apply_dispatch(), apply_error_callback(), and reset_apply_error_context_info().
XLogRecPtr ApplyErrorCallbackArg::finish_lsn |
Definition at line 228 of file worker.c.
Referenced by apply_error_callback(), and set_apply_error_context_xact().
char* ApplyErrorCallbackArg::origin_name |
Definition at line 229 of file worker.c.
Referenced by apply_error_callback(), and set_apply_error_context_origin().
LogicalRepRelMapEntry* ApplyErrorCallbackArg::rel |
Definition at line 223 of file worker.c.
Referenced by apply_error_callback(), apply_handle_delete(), apply_handle_insert(), apply_handle_update(), and reset_apply_error_context_info().
int ApplyErrorCallbackArg::remote_attnum |
Definition at line 226 of file worker.c.
Referenced by apply_error_callback(), reset_apply_error_context_info(), slot_modify_data(), and slot_store_data().
TransactionId ApplyErrorCallbackArg::remote_xid |
Definition at line 227 of file worker.c.
Referenced by apply_error_callback(), and set_apply_error_context_xact().