mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Set client encoding to UTF8 for the citext regression script
Problem introduced with non-ascii characters in commit f246499764
and discovered on various buildfarm animals.
This commit is contained in:
parent
1910353675
commit
890faaf195
@ -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
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,9 @@
|
||||
-- Test citext datatype
|
||||
--
|
||||
|
||||
--- script setup
|
||||
set client_encoding = 'utf8';
|
||||
|
||||
CREATE EXTENSION citext;
|
||||
|
||||
-- Check whether any of our opclasses fail amvalidate
|
||||
|
Loading…
Reference in New Issue
Block a user