On Wed, Oct 23, 2024 at 03:40:19PM -0700, Masahiko Sawada wrote:
> > Now, I've changed the function comment to:
> > /*
> >  * Add a comma-separated list of publication names to the 'dest' string.
> >  */
> 
> Thank you for updating the patch. The patch looks good to me.

+   /* Build the pub_names comma-separated string. */
+   GetPublicationsStr(MySubscription->publications, pub_names, true);

In fetch_remote_table_info(), it is true that we may finish by
building the same list two times, but your patch also changes the
logic so as the string is built for nothing when dealing with a server
version of 14 or older.  That's a waste in these cases.
--
Michael

Attachment: signature.asc
Description: PGP signature

Reply via email to