[COMMITTERS] pgsql: Fix previous commit's test,for non-UTF8 databases with non-XML - Mailing list pgsql-committers

From Noah Misch
Subject [COMMITTERS] pgsql: Fix previous commit's test,for non-UTF8 databases with non-XML
Date
Msg-id E1eDd3d-0005ca-Gy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix previous commit's test, for non-UTF8 databases with non-XML builds.

To ensure stable output, catch one more configuration-specific error.
Back-patch to 9.3, like the commit that added the test.

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e48fb50d8b4868de821f09f19985e35dc5f41c44

Modified Files
--------------
src/test/regress/expected/xml.out   | 16 ++++++++++------
src/test/regress/expected/xml_1.out | 20 ++++++++++----------
src/test/regress/expected/xml_2.out | 16 ++++++++++------
src/test/regress/sql/xml.sql        | 16 ++++++++++------
4 files changed, 40 insertions(+), 28 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: [COMMITTERS] pgsql: Ignore XML declaration in xpath_internal(), for UTF8 databases.
Next
From: Andreas Seltenreich
Date:
Subject: Re: [COMMITTERS] pgsql: Add hash partitioning.