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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Ajin Cherian <itsajin(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2020-10-16 06:20:23
Message-ID: CAHut+PvWyCMVuLue=qiUKHnTGGgU2UzTa7=F9gM3bNmBfDx6HA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Ajin,

The v9 patches provided support for two-phase transactions for NON-streaming.

Now I have added STREAM support for two-phase transactions, and bumped
all patches to version v10.

(The 0001 and 0002 patches are unchanged. Only 0003 is changed).

--

There are a few TODO/FIXME comments in the code highlighting parts
needing some attention.

There is a #define DEBUG_STREAM_2PC useful for debugging, which I can
remove later.

All the patches have some whitespaces issues when applied. We can
resolve them as we go.

Please let me know any comments/feedback.

Kind Regards
Peter Smith.
Fujitsu Australia.

Attachment Content-Type Size
v10-0001-Support-2PC-txn-base.patch application/octet-stream 49.1 KB
v10-0002-Support-2PC-txn-backend-and-tests.patch application/octet-stream 45.6 KB
v10-0003-Support-2PC-txn-pgoutput.patch application/octet-stream 53.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-10-16 06:23:25 Re: Parallel Inserts in CREATE TABLE AS
Previous Message Luc Vlaming 2020-10-16 06:03:16 Re: Parallel Inserts in CREATE TABLE AS