Re: spoonbill is failing citext test

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

Tom Lane wrote:
> 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.

well what we are looking at here are actually two issues - one is the
regression failure - diff -a produces:

http://www.kaltenbrunner.cc/files/citext.diff.txt

the other problem is that each of those failures leaves spoonbill with a
running postgresql instance that causes a follow up failure with the
next buildfarm run because there is not enough shared memory left for
another instance ...

Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-10-14 21:01:38 Re: Is autovacuum too noisy about orphan temp tables?
Previous Message Tom Lane 2008-10-14 20:52:54 Re: There's some sort of race condition with the new FSM stuff