Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Andrew Geery <andrew(dot)geery(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch
Date: 2010-10-14 17:36:39
Message-ID: 166C7B59574825D61BF71FFC@amenophis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On 14. Oktober 2010 10:02:12 -0400 Andrew Geery <andrew(dot)geery(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2010-10-14 17:37:09 Foreign Visual Studio builds
Previous Message Robert Haas 2010-10-14 17:29:58 Re: SQL command to edit postgresql.conf, with comments