Commit 890faaf1 authored by Andrew Dunstan's avatar Andrew Dunstan

Set client encoding to UTF8 for the citext regression script

Problem introduced with non-ascii characters in commit f2464997
and discovered on various buildfarm animals.
parent 19103536
--
-- Test citext datatype
--
--- script setup
set client_encoding = 'utf8';
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate
SELECT amname, opcname
......
--
-- Test citext datatype
--
--- script setup
set client_encoding = 'utf8';
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate
SELECT amname, opcname
......
......@@ -2,6 +2,9 @@
-- Test citext datatype
--
--- script setup
set client_encoding = 'utf8';
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment