Re: [HACKERS] logical decoding of two-phase transactions

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2021-03-06 01:49:04
Message-ID: CAHut+PsJ6LMwhJLHQwGA7Wj1mTjqPEW0r5vxq7totd5Xh0Od0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Please find attached the latest patch set v50*

Differences from v49* are:

* Rebased to HEAD @ today

* Patch 0008 "empty prepare" is updated to address the following
feedback comments:

From Amit @ 2021-03-03 [ak]
- (18) Fixed. Removed special cases in
prepare_spoolfile_replay_messages. Just dispatch all messages.
- (19) Fixed. Before replay the psf remote_final_lsn needs to be set
as commit_prepared's commit_lsn

From Vignesh @ 2021-03-05 [vc]
- (21) Fixed. Reworded comment to not refer to the fix as a "workaround".
- (25) Fixed. A comment line exceeds 80 chars.

-----
[ak] https://www.postgresql.org/message-id/CAA4eK1KhfzCYDmv17beC6wOX_5pL-MBNYBpMiLgxrdgF1yBYng%40mail.gmail.com
[vc] https://www.postgresql.org/message-id/CALDaNm1rRG2EUus%2BmFrqRzEshZwJZtxja0rn_n3qXGAygODfOA%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v50-0001-Refactor-spool-file-logic-in-worker.c.patch application/octet-stream 3.6 KB
v50-0002-Track-replication-origin-progress-for-rollbacks.patch application/octet-stream 3.9 KB
v50-0004-Add-two_phase-option-to-CREATE-REPLICATION-SLOT.patch application/octet-stream 7.1 KB
v50-0003-Add-support-for-apply-at-prepare-time-to-built-i.patch application/octet-stream 32.3 KB
v50-0005-Support-2PC-txn-subscriber-tests.patch application/octet-stream 24.5 KB
v50-0006-Support-2PC-txn-Subscription-option.patch application/octet-stream 35.8 KB
v50-0007-Tablesync-early-exit.patch application/octet-stream 1.2 KB
v50-0008-Fix-apply-worker-empty-prepare.patch application/octet-stream 30.2 KB
v50-0009-Fix-apply-worker-empty-prepare-dev-logs.patch application/octet-stream 14.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-03-06 02:21:35 Re: contrib/cube - binary input/output handlers
Previous Message Michael Paquier 2021-03-06 01:43:43 Re: DROP INDEX CONCURRENTLY on partitioned index