Re: spoonbill is failing citext test - Mailing list pgsql-hackers

From Tom Lane
Subject Re: spoonbill is failing citext test
Date
Msg-id 19136.1224019626@sss.pgh.pa.us
Whole thread Raw
In response to Re: spoonbill is failing citext test  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Responses Re: spoonbill is failing citext test
List pgsql-hackers
Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
> Tom Lane wrote:
>> 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

Huh.  This is blowback from the change I made recently to make "cannot
cast to insert target type" errors point at the source expression
instead of the target column name.  Easily fixed, but I wonder why
spoonbill was complaining?  Apparently it thought the output file was
not textual (thus defeating the --ignore-spaces option), but why?

> 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

I think this is a known buildfarm-script problem --- it forgets to shut
down the installed postmaster if there's a failure in this step.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: spoonbill is failing citext test
Next
From: Hannu Krosing
Date:
Subject: Re: Window Functions