pgsql: Fix expected output of xml_2.out

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix expected output of xml_2.out
Date: 2023-02-27 23:38:52
Message-ID: E1pWn52-0012v8-4E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix expected output of xml_2.out

Per buildfarm members snakefly, parula and prion, that reflect the
results coming from the latest versions of libxml2.

Oversight in b8da37b in the shape of an incorrect copy-paste. The CI
was green, but it does not stress this expected output.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/737668d9e320e452b4eeec6e5cec86284de67e0f

Modified Files
--------------
src/test/regress/expected/xml_2.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-02-28 01:27:54 pgsql: Drop test view when done with it.
Previous Message Michael Paquier 2023-02-27 23:08:48 pgsql: Rework pg_input_error_message(), now renamed pg_input_error_info