Re: pgsql: Allow pgoutput to send logical decoding messages.

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Amit Kapila <akapila(at)postgresql(dot)org>, Euler Taveira <euler(at)eulerto(dot)com>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Allow pgoutput to send logical decoding messages.
Date: 2021-04-06 08:42:52
Message-ID: CAA4eK1LavbzWFmat+O3QK=fhXPLr-ti-tAdc0fL-NaDkDJbo0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Apr 6, 2021 at 8:55 AM Amit Kapila <akapila(at)postgresql(dot)org> wrote:
>
> Allow pgoutput to send logical decoding messages.
>

One of the tests added by this commit is failing:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sidewinder&dt=2021-04-06%2005%3A45%3A20

I think there is a race condition in one of the tests. I'll analyze
this further.

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-04-06 09:31:13 pgsql: Fix the tests added by commit ac4645c015.
Previous Message David Rowley 2021-04-06 06:35:15 Re: pgsql: Improve PQtrace() output format