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: vignesh C <vignesh21(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, Greg Nancarrow <gregn4422(at)gmail(dot)com>, "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2021-06-30 09:47:10
Message-ID: CAHut+PsydLNGzfOcSYLi1fbk+D5riA0ggzoKsqKXLvR2JWmDqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 30, 2021 at 6:14 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:

> Pushed the patch after taking care of your suggestion. Now, the next
> step is to rebase the remaining patches and adapt some of the checks
> to PG-15.

Please find attached the latest patch set v91*

Differences from v90* are:

* This is the first patch set for PG15

* Rebased to HEAD @ today.

* Now the patch set has only 3 patches again because v90-0001,
v90-0002 are already pushed [1]

* Bumped all relevant server version checks to 150000

----
[1] https://github.com/postgres/postgres/commit/cda03cfed6b8bd5f64567bccbc9578fba035691e

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v91-0001-Add-support-for-prepared-transactions-to-built-i.patch application/octet-stream 144.6 KB
v91-0003-Skip-empty-transactions-for-logical-replication.patch application/octet-stream 27.4 KB
v91-0002-Add-prepare-API-support-for-streaming-transactio.patch application/octet-stream 54.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tanghy.fnst@fujitsu.com 2021-06-30 09:49:43 RE: Added schema level support for publication.
Previous Message Fabien COELHO 2021-06-30 09:40:38 Re: pgbench logging broken by time logic changes