Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Srinath Reddy Sadipiralla <srinath2133(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix "unexpected logical decoding status change" error; from concurrent logical decoding activation
Date: 2026-08-01 05:42:30
Message-ID: CAD21AoBifn_w=AuH1Cda4ijrxzFkkckKN1v1v=BddL_5qgQ89g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 30, 2026 at 9:01 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> writes:
> > On Thu, Jul 30, 2026 at 5:52 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >> The buildfarm looks like this has made 051_effective_wal_level.pl
> >> less stable, not more so. The failures all look like
>
> > What does the buildfarm member produce the above logs? Many buildfarm
> > members failed with that error due to commit 6a80179f6b0, but I've not
> > seen further failures since pushing commit 18f9785e0b3.
>
> Ah, you are right, there are no failures later than 6aba42c. I was
> misled by the fact that several of the complaining animals are still
> red because they've not run since then. Sorry for the noise.

No problem, thank you for the confirmation.

I've confirmed that the fix made the buildfarm green again, so I've
marked this open item as resolved.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2026-08-01 05:57:45 ALTER COLUMN SET EXPRESSION on partitions not work in case of constraint dependencies
Previous Message Amit Langote 2026-08-01 03:19:46 Re: RI fast path gets cross-type foreign keys wrong