Re: pgsql: Add support for prepared transactions to built-in logical replic

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for prepared transactions to built-in logical replic
Date: 2021-07-30 12:47:23
Message-ID: YQP02+5yLCIgmdJY@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi Amit,

On Wed, Jul 14, 2021 at 02:41:43AM +0000, Amit Kapila wrote:
> Add support for prepared transactions to built-in logical replication.

021_twophase.pl, that has been introdeuced in this commit, is proving
to be a bit unstable:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=idiacanthus&dt=2021-07-30%2009%3A56%3A04
# Failed test 'transaction is prepared on subscriber'
# at t/021_twophase.pl line 324.
# got: '1'
# expected: '2'
# Looks like you failed 1 test of 24.
[12:14:02] t/021_twophase.pl ..................

Thanks,
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2021-07-30 13:00:49 Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.
Previous Message Michael Paquier 2021-07-30 12:45:04 Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.