mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03: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:
@ -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
|
||||
|
Reference in New Issue
Block a user