Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 890faaf

Browse files
committed
Set client encoding to UTF8 for the citext regression script
Problem introduced with non-ascii characters in commit f246499 and discovered on various buildfarm animals.
1 parent 1910353 commit 890faaf

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

contrib/citext/expected/citext.out

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--
22
-- Test citext datatype
33
--
4+
--- script setup
5+
set client_encoding = 'utf8';
46
CREATE EXTENSION citext;
57
-- Check whether any of our opclasses fail amvalidate
68
SELECT amname, opcname

contrib/citext/expected/citext_1.out

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--
22
-- Test citext datatype
33
--
4+
--- script setup
5+
set client_encoding = 'utf8';
46
CREATE EXTENSION citext;
57
-- Check whether any of our opclasses fail amvalidate
68
SELECT amname, opcname

contrib/citext/sql/citext.sql

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
-- Test citext datatype
33
--
44

5+
--- script setup
6+
set client_encoding = 'utf8';
7+
58
CREATE EXTENSION citext;
69

710
-- Check whether any of our opclasses fail amvalidate

0 commit comments

Comments
 (0)