On Wed, Aug 31, 2022 1:06 AM vignesh C <[email protected]> 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()?
Regards,
Shi yu
