Problem introduced with non-ascii characters in commit
f2464997644c
and discovered on various buildfarm animals.
--
-- 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
-- Test citext datatype
--
+--- script setup
+set client_encoding = 'utf8';
+
CREATE EXTENSION citext;
-- Check whether any of our opclasses fail amvalidate