pgsql: Set client encoding to UTF8 for the citext regression script

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set client encoding to UTF8 for the citext regression script
Date: 2017-09-19 18:54:51
Message-ID: E1duNfX-0008Pj-Nq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Set client encoding to UTF8 for the citext regression script

Problem introduced with non-ascii characters in commit f2464997644c
and discovered on various buildfarm animals.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/890faaf1957759c6e17fbcbfd16f7cabc4a59d07

Modified Files
--------------
contrib/citext/expected/citext.out | 2 ++
contrib/citext/expected/citext_1.out | 2 ++
contrib/citext/sql/citext.sql | 3 +++
3 files changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-19 19:10:07 pgsql: Cache datatype-output-function lookup info across calls of conca
Previous Message Andrew Dunstan 2017-09-19 18:47:26 Re: Re: [COMMITTERS] pgsql: Add citext_pattern_ops for citext contrib module