Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch - Mailing list pgsql-hackers

From Bernd Helmle
Subject Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch
Date
Msg-id 166C7B59574825D61BF71FFC@amenophis
Whole thread Raw
In response to Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch  (Andrew Geery <andrew.geery@gmail.com>)
List pgsql-hackers

--On 14. Oktober 2010 10:02:12 -0400 Andrew Geery <andrew.geery@gmail.com> 
wrote:

> The first failure I get is in the inherit tests (tail of
> /src/test/regress/results/inherit.out):
>
> alter table a alter column aa type integer using bit_length(aa);
> server closed the connection unexpectedly
>     This probably means the server terminated abnormally
>     before or while processing the request.
> Connection to server was lost
>
> This test consistently breaks in this location and breaks for both
> make check and make installcheck.

Okay, can reproduce it on a Linux box here, will be back with a fixed 
version.

-- 
Thanks
Bernd


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Foreign Visual Studio builds
Next
From: Dean Rasheed
Date:
Subject: Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch