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

From: Ajin Cherian <itsajin(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2020-11-26 02:55:18
Message-ID: CAFPTHDYO0bKB--UOJvecPBXsTJobVUJSeVWyvSJ6HAyPXzu5aw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 25, 2020 at 11:54 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:

>
> The other patches remain unchanged.
>
> Let me know what you think about these changes?

Thanks, I will look at the patch and let you know my thoughts on it.
Before that, sharing a new patchset with an additional patch that
includes documentation changes for
two-phase commit support in Logical decoding. I have also updated the
example section of Logical Decoding with examples that use two-phase
commits.
I have just added the documentation patch as the 8th one and renamed
the other patches, not changed anything in them,

regards,
Ajin Cherian
Fujitsu Australia

Attachment Content-Type Size
v28-0001-Extend-the-output-plugin-API-to-allow-decoding-p.patch application/octet-stream 37.9 KB
v28-0004-Support-2PC-txn-tests-for-concurrent-aborts.patch application/octet-stream 16.6 KB
v28-0005-Support-2PC-txn-spoolfile.patch application/octet-stream 3.9 KB
v28-0003-Support-2PC-txn-tests-for-test_decoding.patch application/octet-stream 28.1 KB
v28-0002-Allow-decoding-at-prepare-time-in-ReorderBuffer.patch application/octet-stream 36.3 KB
v28-0006-Support-2PC-txn-pgoutput.patch application/octet-stream 24.2 KB
v28-0007-Support-2PC-txn-subscriber-tests.patch application/octet-stream 60.4 KB
v28-0008-Support-2PC-documentation.patch application/octet-stream 5.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2020-11-26 03:02:58 Re: POC: Cleaning up orphaned files using undo logs
Previous Message 曾文旌 2020-11-26 02:54:46 Re: [Proposal] Global temporary tables