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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [COMMITTERS] pgsql: Set client encoding to UTF8 for the citext regression script
Дата
Msg-id E1duNfX-0008Pj-Nq@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add test for postmaster crash restarts.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Cache datatype-output-function lookup info across calls ofconca