]> granicus.if.org Git - postgresql/commitdiff
Update citext expected output to exactly match the real output, rather
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Apr 2009 02:47:05 +0000 (02:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Apr 2009 02:47:05 +0000 (02:47 +0000)
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.

contrib/citext/expected/citext.out
contrib/citext/expected/citext_1.out

index c3dfc95803ef01bc34011aab40db10220776b6d1..3694cb8b5b3f72a15bef5e54dae191ec64f480e8 100644 (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.
index 49a6817aef3f6ad5d5ff0ff7bc6aff97f915f276..1a6bcdf0bcc255197a7c0e741833721b76f13d15 100644 (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.