Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE
shveta malik <shveta.malik@gmail.com>
From: shveta malik <shveta.malik@gmail.com>
To: Ajin Cherian <itsajin@gmail.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
shveta malik <shveta.malik@gmail.com>
Date: 2026-04-29T03:27:51Z
Lists: pgsql-hackers
On Wed, Apr 29, 2026 at 7:12 AM Ajin Cherian <itsajin@gmail.com> wrote: > > On Wed, Apr 29, 2026 at 12:17 AM Bharath Rupireddy > <bharath.rupireddyforpostgres@gmail.com> wrote: > > > > > > > > Please find the attached v4 patch. Thank yoU! > > > > One small comment. The includes need to be in alphabetical order. > injection_point.h should come after fmgroids.h > > #include "utils/fmgroids.h" > #include "utils/lsyscache.h" > #include "utils/rel.h" > +#include "utils/injection_point.h" > #include "utils/syscache.h" > +1 Also there is a trailing whitespace issue while applying the patch. Other than these, the patch looks good. thanks Shveta