mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update citext expected output to exactly match the real output, rather
than having some whitespace discrepancy. Although whitespace is supposed to be ignored in our regression tests, for some reason buildfarm member spoonbill doesn't like it.
This commit is contained in:
@ -216,7 +216,7 @@ SELECT citext_cmp('AARDVARK'::citext, 'AARDVARK'::citext) AS zero;
|
||||
SELECT citext_cmp('B'::citext, 'a'::citext) > 0 AS true;
|
||||
true
|
||||
------
|
||||
t
|
||||
t
|
||||
(1 row)
|
||||
|
||||
-- Do some tests using a table and index.
|
||||
|
@ -216,7 +216,7 @@ SELECT citext_cmp('AARDVARK'::citext, 'AARDVARK'::citext) AS zero;
|
||||
SELECT citext_cmp('B'::citext, 'a'::citext) > 0 AS true;
|
||||
true
|
||||
------
|
||||
t
|
||||
t
|
||||
(1 row)
|
||||
|
||||
-- Do some tests using a table and index.
|
||||
|
Reference in New Issue
Block a user