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.
pull/31/head^2
Andrew Dunstan 8 years ago
parent 1910353675
commit 890faaf195
  1. 2
      contrib/citext/expected/citext.out
  2. 2
      contrib/citext/expected/citext_1.out
  3. 3
      contrib/citext/sql/citext.sql

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

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

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

Loading…
Cancel
Save