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:
Tom Lane 2009-04-26 02:47:05 +00:00
parent 20a3ddbbf9
commit 5efb84f213
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.