On Thu, 1 Sept 2022 at 08:01, shiy.f...@fujitsu.com <shiy.f...@fujitsu.com> wrote: > > On Wed, Aug 31, 2022 1:06 AM vignesh C <vignes...@gmail.com> wrote: > > > > The attached v43 patch has the changes for the same. > > > > Thanks for updating the patch. > > Here is a comment on the 0001 patch. > > + if (!isnewtable) > + { > + pfree(nspname); > + pfree(relname); > + continue; > + } > > If it is a new table, in which case it would log a warning, should we also > call > pfree()?
Yes it should be added, I have fixed the same in the v44 patch attached at [1]. [1] - https://www.postgresql.org/message-id/CALDaNm0NRJ1O1cYcZD%3Df7NgynozFprb7zpJSayFN5rcaS44G6Q%40mail.gmail.com Regards, Vignesh