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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2021-03-07 02:04:57
Message-ID: CAHut+PuuvUhUE=0qcd627-0U1mUnHbpTG1RCtY1c67o5baxWdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Please find attached the latest patch set v51*

Differences from v50* are:

* Rebased to HEAD @ today

* Addresses following feedback comments:

From Osunmi-san @ 2021-03-06 [ot]
- (27) Fixed. Patch 0003. Remove weird chars from the error message.

From Amit @ 2021-03-06 [ak]
- (29) Removed patch 0007 "tablesync early exit" from this patch set.
I started a new thread [early-exit] for this.
- (30) Removed patch 0001 "refactor spool file logic" from this patch set.
- (31) Fixed. Patch 0005 removed TODO from test code.
- (32) Fixed. Patch 0006 comment typo.
- (33) Fixed. Patch 0008 commit message lines were too long
- (34) Fixed. Patch 0008 comment reworded avoiding words like
"problem" and "fix"

-----
[ot] https://www.postgresql.org/message-id/OSBPR01MB4888636EB9421C930FB39A19ED959%40OSBPR01MB4888.jpnprd01.prod.outlook.com
[ak] https://www.postgresql.org/message-id/CAA4eK1Jxu-3qxtkfA_dKoquQgGZVcB%2Bk9_-yT5%3D9GDEW84TF%2BA%40mail.gmail.com
[early-exit] https://www.postgresql.org/message-id/CAHut%2BPt39PbQs0SxT9RMM89aYiZoQ0Kw46YZSkKZwK8z5HOr3g%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v51-0002-Add-support-for-apply-at-prepare-time-to-built-i.patch application/octet-stream 32.3 KB
v51-0001-Track-replication-origin-progress-for-rollbacks.patch application/octet-stream 3.9 KB
v51-0003-Add-two_phase-option-to-CREATE-REPLICATION-SLOT.patch application/octet-stream 7.1 KB
v51-0005-Support-2PC-txn-Subscription-option.patch application/octet-stream 35.8 KB
v51-0004-Support-2PC-txn-subscriber-tests.patch application/octet-stream 24.3 KB
v51-0006-Fix-apply-worker-empty-prepare.patch application/octet-stream 30.4 KB
v51-0007-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 Amit Kapila 2021-03-07 02:30:52 Re: Parallel INSERT (INTO ... SELECT ...)
Previous Message Peter Smith 2021-03-07 01:56:26 Tablesync early exit