sl_setsyncSYNC information
Structure of sl_setsync
ssy_setidinteger PRIMARY KEY REFERENCES sl_set>
ID number of the replication set
ssy_origininteger REFERENCES sl_node>
ID number of the node
ssy_seqnobigint
Slony-I sequence number
ssy_minxidxxid
Earliest XID in provider system affected by SYNC
ssy_maxxidxxid
Latest XID in provider system affected by SYNC
ssy_xiptext
Contains the list of XIDs in progress at SYNC time
ssy_action_listtext
action list used during the subscription process. At the time a subscriber copies over data from the origin, it sees all tables in a state somewhere between two SYNC events. Therefore this list must contains all XIDs that are visible at that time, whose operations have therefore already been included in the data copied at the time the initial data copy is done. Those actions may therefore be filtered out of the first SYNC done after subscribing.