On 25.08.23 16:49, Vik Fearing wrote:
>
> I am talking specifically about this:
>
> @@ -505,6 +506,10 @@ xmlcomment(PG_FUNCTION_ARGS)
> appendStringInfoText(&buf, arg);
> appendStringInfoString(&buf, "-->");
>
> +
> +
> +
> +
> PG_RETURN_XML_P(stringinfo_to_xmltype(&buf));
> #else
> NO_XML_SUPPORT();
I have no idea how xmlcomment() got changed in this patch :D nice catch!
>
> I do not think this should be addressed in this patch because there
> are quite a lot of functions that need to handle this.
v4 attached.
Jim