Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY) - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
Date
Msg-id CAD21AoDYL_UG5c5MP6GDF5h8L=L+qgrAatyOwhb4a7sN7uW5VA@mail.gmail.com
Whole thread
In response to Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
List pgsql-hackers
On Wed, May 27, 2026 at 11:20 AM Álvaro Herrera <alvherre@kurilemu.de> wrote:
>
> On 2026-May-26, shveta malik wrote:
>
> > On Tue, May 26, 2026 at 3:09 PM Imran Zaheer <imran.zhir@gmail.com> wrote:
> > >
> > > Hi,
> > >
> > > Thanks Shveta,  I agree with the additional sanity checks and comments.
> >
> > Thanks, v3 LGTM.
>
> Thanks!  Pushed with some cosmetic changes.

Thank you for pushing the patch!

>
> One of them was that I wasn't sure of the reason why ApplyLauncherMain()
> isn't requesting logical decoding disable upon dropping the slot, so
> there's now an XXX comment there.

This is because the launcher can acquire only CONFLICT_DETECTION_SLOT
slot and it is a physical slot.

Regards,

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



pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: postgres_fdw, dblink: Validate use_scram_passthrough values
Next
From: Jim Jones
Date:
Subject: Re: Add XMLNamespaces to XMLElement