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

Bernd Helmle <mailings@oopsware.de>

From: Bernd Helmle <mailings@oopsware.de>
To: Andrew Geery <andrew.geery@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-10-14T17:36:39Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Catalog NOT NULL constraints


--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