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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2021-03-11 01:50:27
Message-ID: CAHut+PsUUiCGnXxdRYogYQgoesX6r8RXbG5uC26WWujOGhHjaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 11, 2021 at 12:46 PM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> Please find attached the latest patch set v57*
>
> Differences from v56* are:
>
> * Rebased to HEAD @ today
>
> * Addresses the following feedback issues:
>
> (24) [vc-0305] Done. Ran pgindent for all patch 0001 source files.
>
> (49) [ak-0308] Fixed. In apply_handle_begion_prepare, don't set
> in_remote_transaction if psf spooling
>
> (50) [ak-0308] Fixed. In apply_handle_prepare, assert
> !in_remote_transaction if psf spooling.
>
> (52) [vc-0309] Done. Patch 0002. Simplify the way test 020 creates the
> publication.
>
> (53) [vc-0309] Done. Patch 0002. Simplify the way test 022 creates the
> publication.
>
> -----
> [vc-0305] https://www.postgresql.org/message-id/CALDaNm1rRG2EUus%2BmFrqRzEshZwJZtxja0rn_n3qXGAygODfOA%40mail.gmail.com
> [vc-0309] https://www.postgresql.org/message-id/CALDaNm0QuncAis5OqtjzOxAPTZRn545JLqfjFEJwyRjUH-XvEw%40mail.gmail.com
> [ak-0308] https://www.postgresql.org/message-id/CAA4eK1%2BoSUU77T92FueDJWsp%3DFjTroNaNC-K45Dgdr7f18aBFA%40mail.gmail.com
>
> Kind Regards,
> Peter Smith.
> Fujitsu Australia

Oops. I posted the wrong patch set in my previous email.

Here are the correct ones for v57*.

Sorry for any confusion.

Attachment Content-Type Size
v57-0002-Support-2PC-txn-subscriber-tests.patch application/octet-stream 24.1 KB
v57-0001-Add-support-for-apply-at-prepare-time-to-built-i.patch application/octet-stream 68.1 KB
v57-0004-Fix-apply-worker-empty-prepare-dev-logs.patch application/octet-stream 12.8 KB
v57-0003-Support-2PC-txn-Subscription-option.patch application/octet-stream 36.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2021-03-11 01:51:55 RE: libpq debug log
Previous Message Peter Smith 2021-03-11 01:46:35 Re: [HACKERS] logical decoding of two-phase transactions