Re: Missing quotes when deparsing XMLTABLE() and SQL/JSON query functions - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: Missing quotes when deparsing XMLTABLE() and SQL/JSON query functions
Date
Msg-id CAEZATCUq1N_2NgAtew3op=jXUF4s=VPLrhzc=tXBATuLZ467DQ@mail.gmail.com
Whole thread Raw
In response to Re: Missing quotes when deparsing XMLTABLE() and SQL/JSON query functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, 11 Jan 2025 at 15:42, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> +1, but you also need to update the xml_1.out and xml_2.out files.
> IIRC, xml_1.out is what comes out without --with-libxml.
> I forget what's different about xml_2.out, but you can probably
> just clone the diff for xml.out and be fine.
>

Ah yes, I see. Thanks for that. It looks like the differences in
xml_2.out were for a specific change in libxml2 behaviour that only
affects error details in a small number of cases, so cloning the diffs
looks like it should be fine in this case.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Ryo Kanbayashi
Date:
Subject: Re: ecpg command does not warn COPY ... FROM STDIN;
Next
From: Michail Nikolaev
Date:
Subject: Re: Strange assertion in procarray.c