SYNC information
Structure of sl_setsync
integer PRIMARY KEY REFERENCES sl_set>
ID number of the replication set
integer REFERENCES sl_node>
ID number of the node
bigint
Slony-I sequence number
xxid
Earliest XID in provider system affected by SYNC
xxid
Latest XID in provider system affected by SYNC
text
Contains the list of XIDs in progress at SYNC time
text
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.