Content-Length: 309600 | pFad | https://github.com/postgrespro/postgres_cluster/commit/890faaf1957759c6e17fbcbfd16f7cabc4a59d07

A1 Set client encoding to UTF8 for the citext regression script · postgrespro/postgres_cluster@890faaf · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/postgrespro/postgres_cluster/commit/890faaf1957759c6e17fbcbfd16f7cabc4a59d07

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy