|
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 325 of file worker.c.
Referenced by apply_dispatch(), apply_error_callback(), and reset_apply_error_context_info().
| XLogRecPtr ApplyErrorCallbackArg::finish_lsn |
Definition at line 331 of file worker.c.
Referenced by apply_error_callback(), and set_apply_error_context_xact().
| char* ApplyErrorCallbackArg::origin_name |
Definition at line 332 of file worker.c.
Referenced by apply_error_callback(), and set_apply_error_context_origin().
| LogicalRepRelMapEntry* ApplyErrorCallbackArg::rel |
Definition at line 326 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 329 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 330 of file worker.c.
Referenced by apply_error_callback(), and set_apply_error_context_xact().