[Logical replication] Does the initial table data copy break thetransactional replication? - Mailing list pgsql-hackers

From Jinhua Luo
Subject [Logical replication] Does the initial table data copy break thetransactional replication?
Date
Msg-id CAAc9rOzkJkALFHX7BWB_77JMuXbbUALp3nQUnAmVqUfHSrCdpA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi All,

When the publication adds new table, the main apply worker would skip
changes upon that table and launches new sync worker to copy the
existing data of that table, and if possible, the sync worker would
apply changes since the copy start lsn.

Then here comes the question, above logic splits the changes of the
new seen table into other transactions applied by sync worker, so it
breaks the original transaction stream?

Regards,
Jinhua Luo


pgsql-hackers by date:

Previous
From: Adrien NAYRAT
Date:
Subject: Re: performance statistics monitoring without spamming logs
Next
From: Rushabh Lathia
Date:
Subject: Hitting CheckRelationLockedByMe() ASSERT with force_generic_plan