PostgreSQL Source Code  git master
ApplyErrorCallbackArg Struct Reference

Data Fields

LogicalRepMsgType command
 
LogicalRepRelMapEntryrel
 
int remote_attnum
 
TransactionId remote_xid
 
XLogRecPtr finish_lsn
 
char * origin_name
 

Detailed Description

Definition at line 219 of file worker.c.

Field Documentation

◆ command

LogicalRepMsgType ApplyErrorCallbackArg::command

Definition at line 221 of file worker.c.

Referenced by apply_dispatch(), apply_error_callback(), and reset_apply_error_context_info().

◆ finish_lsn

XLogRecPtr ApplyErrorCallbackArg::finish_lsn

Definition at line 227 of file worker.c.

Referenced by apply_error_callback(), and set_apply_error_context_xact().

◆ origin_name

char* ApplyErrorCallbackArg::origin_name

Definition at line 228 of file worker.c.

Referenced by apply_error_callback(), and set_apply_error_context_origin().

◆ rel

◆ remote_attnum

int ApplyErrorCallbackArg::remote_attnum

◆ remote_xid

TransactionId ApplyErrorCallbackArg::remote_xid

Definition at line 226 of file worker.c.

Referenced by apply_error_callback(), and set_apply_error_context_xact().


The documentation for this struct was generated from the following file: