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: Ajin Cherian <itsajin(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2021-01-20 08:12:09
Message-ID: CAHut+PtsmWxG83zwBmnMtUM1gJaNrzs0aYyDhedOtrSa9wxxAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Please find attached the new patch set v37.

This patch set v37* is now rebased to use the most recent tablesync
patch from the other thread [1].
i.e. notice that v37-0001 is an exact copy of the
v17-0001-tablesync-Solution1.patch

Details how v37* patches relate to earlier patches is shown below:

======
v35-0001 -> committed -> NA
v17-0001-Tablesync-Solution1 -> (copy from [1]) -> v37-0001
v35-0002 -> (unchanged) -> v37-0002
v35-0003 -> (unchanged) -> v37-0003
v35-0004 -> (modify code, apply_handle_prepare changed for tablesync
worker) -> v37-0004
v35-0005 -> (unchanged) --> v37-0005
v35-0006 -> (modify code, twophase mode is now same for
tablesync/apply slots) -> v37-0006
v35-0007 -> v36-0007 -> committed -> NA
v35-0008 -> (unchanged) -> v37-0007
======

----
[1] https://www.postgresql.org/message-id/flat/CAA4eK1KHJxaZS-fod-0fey%3D0tq3%3DGkn4ho%3D8N4-5HWiCfu0H1A%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v37-0001-Tablesync-Solution1.patch application/octet-stream 35.5 KB
v37-0003-Track-replication-origin-progress-for-rollbacks.patch application/octet-stream 3.9 KB
v37-0002-Refactor-spool-file-logic-in-worker.c.patch application/octet-stream 3.6 KB
v37-0004-Add-support-for-apply-at-prepare-time-to-built-i.patch application/octet-stream 38.8 KB
v37-0005-Support-2PC-txn-subscriber-tests.patch application/octet-stream 60.4 KB
v37-0006-Support-2PC-txn-Subscription-option.patch application/octet-stream 34.7 KB
v37-0007-Support-2PC-txn-tests-for-concurrent-aborts.patch application/octet-stream 16.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2021-01-20 08:12:34 [bug?] EXPLAIN outputs 0 for rows and width in cost estimate for update nodes
Previous Message Pavel Stehule 2021-01-20 08:11:33 Re: poc - possibility to write window function in PL languages