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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy