Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit890faaf

Browse files
committed
Set client encoding to UTF8 for the citext regression script
Problem introduced with non-ascii characters in commitf246499and discovered on various buildfarm animals.
1 parent1910353 commit890faaf

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)

[8]ページ先頭

©2009-2025 Movatter.jp