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

Commit5efb84f

Browse files
committed
Update citext expected output to exactly match the real output, rather
than having some whitespace discrepancy. Although whitespace is supposedto be ignored in our regression tests, for some reason buildfarm memberspoonbill doesn't like it.
1 parent20a3ddb commit5efb84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎contrib/citext/expected/citext.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ SELECT citext_cmp('AARDVARK'::citext, 'AARDVARK'::citext) AS zero;
216216
SELECT citext_cmp('B'::citext, 'a'::citext) > 0 AS true;
217217
true
218218
------
219-
t
219+
t
220220
(1 row)
221221

222222
-- Do some tests using a table and index.

‎contrib/citext/expected/citext_1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ SELECT citext_cmp('AARDVARK'::citext, 'AARDVARK'::citext) AS zero;
216216
SELECT citext_cmp('B'::citext, 'a'::citext) > 0 AS true;
217217
true
218218
------
219-
t
219+
t
220220
(1 row)
221221

222222
-- Do some tests using a table and index.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp