On Mon, Mar 3, 2025 at 5:59 PM Hayato Kuroda (Fujitsu) <kuroda.hay...@fujitsu.com> wrote: > > Dear Shubham, > > I did a quick check and have a comment in drop_publication(). > > ``` > + /* For cleanup purposes */ > + dbinfos.dbinfo->made_publication = true; > + > ``` > > Please do not modify randomly. Currently, made_publication is set to false > when > the command fails. No need to set to true here - Please follow that. Also, > please > do not remove comments within the if statement. >
Fixed the suggested changes. The attached patch contains the required changes. Thanks and regards, Shubham Khanna.
v12-0001-Support-for-dropping-all-publications-in-pg_crea.patch
Description: Binary data