]> granicus.if.org Git - postgresql/commitdiff
Set client encoding to UTF8 for the citext regression script
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 19 Sep 2017 18:51:51 +0000 (14:51 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 19 Sep 2017 18:51:51 +0000 (14:51 -0400)
Problem introduced with non-ascii characters in commit f2464997644c
and discovered on various buildfarm animals.

contrib/citext/expected/citext.out
contrib/citext/expected/citext_1.out
contrib/citext/sql/citext.sql

index 56fb0e9036ad443982b51228d2e5e648bf6ef03c..ff0a6ed588a7ee07266c00d015e0361246af7d76 100644 (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
index 95549c588885fed46324558d87aab952f67a8852..43a609b066b2aa096d4ea185f4af545aff12cd82 100644 (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
index e9acd4664f3f8317eecfb1f2226d457fc8d13054..91dd7d03d0d0885a3e06615039f6ce2232967d2e 100644 (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