Set client encoding to UTF8 for the citext regression script

Problem introduced with non-ascii characters in commit f246499764
and discovered on various buildfarm animals.
This commit is contained in:
Andrew Dunstan 2017-09-19 14:51:51 -04:00
parent 1910353675
commit 890faaf195
3 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,8 @@
--
-- Test citext datatype
--
--- script setup
set client_encoding = 'utf8';
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate
SELECT amname, opcname

View File

@ -1,6 +1,8 @@
--
-- Test citext datatype
--
--- script setup
set client_encoding = 'utf8';
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate
SELECT amname, opcname

View File

@ -2,6 +2,9 @@
-- Test citext datatype
--
--- script setup
set client_encoding = 'utf8';
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate