Re: spoonbill is failing citext test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, "David E(dot) Wheeler" <david(at)kineticode(dot)com>, stefan(at)kaltenbrunner(dot)cc
Subject: Re: spoonbill is failing citext test
Date: 2008-10-14 20:08:41
Message-ID: 13713.1224014921@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Maybe we should pass -a to diff so that it displays the difference even
> if it thinks the file is binary.

Unfortunately not portable:

$ /usr/bin/diff -a foo bar
/usr/bin/diff: illegal option -- a
usage: diff [ -C n ] [ -S name ] [ -bcefhilnrstw ] dir1 dir2
diff [-C n ] [ -bcefhintw ] file1 file2
diff [ -D string ] [ -biw ] file1 file2

Perhaps Stefan can run the test manually and get us a readable diff.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aidan Van Dyk 2008-10-14 20:30:29 Re: spoonbill is failing citext test
Previous Message Heikki Linnakangas 2008-10-14 20:02:56 Re: There's some sort of race condition with the new FSM stuff