Re: Make check fails on 8.3.7

From: Alban Hertroys <dalroi(at)solfertje(dot)student(dot)utwente(dot)nl>
To: Christine Desmuke <cdesmuke(at)kshs(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Make check fails on 8.3.7
Date: 2009-08-06 10:58:26
Message-ID: 09D9A0ED-B6DF-47E4-80F4-FB3E1118C935@solfertje.student.utwente.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 31 Jul 2009, at 3:25, Christine Desmuke wrote:

> Samples from the regression.diffs:
>
> *** ./expected/boolean.out Fri Jun 1 18:40:19 2007
> --- ./results/boolean.out Thu Jul 30 19:16:33 2009
> ***************
> *** 75,83 ****
> (1 row)
>
> SELECT ' tru e '::text::boolean AS invalid; -- error
> - ERROR: invalid input syntax for type boolean: " tru e "
> SELECT ''::text::boolean AS invalid; -- error
> - ERROR: invalid input syntax for type boolean: ""
> CREATE TABLE BOOLTBL1 (f1 bool);

I'm not familiar with the regression test stuff, but I suppose the
output of a shell command gets captured in a file and those are then
diffed with the expected output?

If so, isn't it just the output of stderr getting lost here? What
shell are you using?

Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.

!DSPAM:737,4a7ab75410131623016330!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2009-08-06 11:00:54 Re: PG fails on Windows Server 2008: could not reattach to shared memory ... : 487
Previous Message Scott Marlowe 2009-08-06 10:55:00 Re: PG fails on Windows Server 2008: could not reattach to shared memory ... : 487