pgsql: Fix previous commit's test, for non-UTF8 databases with non-XML

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix previous commit's test, for non-UTF8 databases with non-XML
Date: 2017-11-11 21:11:17
Message-ID: E1eDd3d-0005cY-Gr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/739f1f6ac1b4df67d5ea0579f24441e162324749

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andreas Seltenreich 2017-11-11 21:31:48 Re: pgsql: Add hash partitioning.
Previous Message Noah Misch 2017-11-11 20:02:56 pgsql: Ignore XML declaration in xpath_internal(), for UTF8 databases.