2022-10-10 12:27 Bharath Rupireddy wrote:
> if (port->database_name != NULL && port->database_name[0] != '\0')
> appendStringInfo(&ps_data, "%s ", port->database_name);
>
> The above works better.
Thank you for the suggestion.
I have edited the patch to reflect your idea.
Best,
Tatsuhiro Nakamori