pgsql: Remove new XML test cases added by e7192486d.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove new XML test cases added by e7192486d.
Date: 2024-07-09 20:31:31
Message-ID: E1sRHUp-0012CD-L6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove new XML test cases added by e7192486d.

These turn out to produce libxml2-version-dependent error reports.
They aren't adding value that would justify dealing with that,
so just remove them again. (I had in fact guessed wrong about
what versions matching xml_2.out would produce, but it doesn't
matter because there are other discrepancies.)

Per buildfarm.

Discussion: https://postgr.es/m/trinity-b0161630-d230-4598-9ebc-7a23acdb37cb-1720186432160@3c-app-gmx-bap25
Discussion: https://postgr.es/m/trinity-361ba18b-541a-4fe7-bc63-655ae3a7d599-1720259822452@3c-app-gmx-bs01

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/896cd266fd34c2dfbf06297b9f2ea89ae8e5a0b1

Modified Files
--------------
src/test/regress/expected/xml.out | 26 --------------------------
src/test/regress/expected/xml_1.out | 12 ------------
src/test/regress/expected/xml_2.out | 26 --------------------------
src/test/regress/sql/xml.sql | 4 ----
4 files changed, 68 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-07-09 21:34:40 pgsql: Prevent CRLF conversion of inputs in json_parser test module
Previous Message Jeff Davis 2024-07-09 19:38:35 pgsql: Fix missing invalidations for search_path cache.