[COMMITTERS] pgsql: Set client encoding to UTF8 for the citext regression script - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Set client encoding to UTF8 for the citext regression script
Date
Msg-id E1duNfX-0008Pj-Nq@gemulon.postgresql.org
Whole thread Raw
List 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(+)


--
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: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add test for postmaster crash restarts.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Cache datatype-output-function lookup info across calls ofconca