From: Tom Lane Date: Sun, 26 Apr 2009 02:47:05 +0000 (+0000) Subject: Update citext expected output to exactly match the real output, rather X-Git-Tag: REL8_4_BETA2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5efb84f213d129007ef2870697cd10d179a0ab5a;p=postgresql 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. --- diff --git a/contrib/citext/expected/citext.out b/contrib/citext/expected/citext.out index c3dfc95803..3694cb8b5b 100644 --- a/contrib/citext/expected/citext.out +++ b/contrib/citext/expected/citext.out @@ -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. diff --git a/contrib/citext/expected/citext_1.out b/contrib/citext/expected/citext_1.out index 49a6817aef..1a6bcdf0bc 100644 --- a/contrib/citext/expected/citext_1.out +++ b/contrib/citext/expected/citext_1.out @@ -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.