pgsql: Disable multi-byte citext tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable multi-byte citext tests
Date: 2017-09-19 19:33:32
Message-ID: E1duOGy-0000lo-96@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable multi-byte citext tests

This reverts commit 890faaf1 which attempted unsuccessfully to deal with
the problem, and instead just comments out these tests like other similar
tests elsewhere in the script.

Branch
------
master

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

Modified Files
--------------
contrib/citext/expected/citext.out | 32 ++++++--------------------------
contrib/citext/expected/citext_1.out | 32 ++++++--------------------------
contrib/citext/sql/citext.sql | 14 +++++++-------
3 files changed, 19 insertions(+), 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-09-19 20:03:51 pgsql: Speedup pgstat_report_activity by moving mb-aware truncation to
Previous Message Tom Lane 2017-09-19 19:24:49 Re: pgsql: Make new crash restart test a bit more robust.