Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: shveta malik <shveta(dot)malik(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE
Date: 2026-07-28 17:45:39
Message-ID: CAD21AoDJorhTw+3qBvv2c9YTQ0HvEj+aFv=NT7o5BqeOj43fMA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 27, 2026 at 4:00 PM Bharath Rupireddy
<bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
>
> Hi,
>
> On Mon, Jul 27, 2026 at 12:20 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> >
> > Thank you for updating the patches! They look good to me.
> >
> > I've updated the commit message and am going to push them (down to
> > v16), barring any objections.
>
> Adjusted commit message looks good to me. Thanks for taking care of that.

Thank you for reviewing the patches! Pushed.

Regards,

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Burd 2026-07-28 17:46:45 Re: Don't use __builtin_setjmp on aarch64 MinGW/Windows
Previous Message Tristan Partin 2026-07-28 17:08:09 Re: Support UUIDv6 in uuid_extract_timestamp()