Re: Make PG's "NOT NULL"s and attnotnull ("is_nullable") conform to SQL-2011 - Mailing list pgsql-hackers

From Vitaly Burovoy
Subject Re: Make PG's "NOT NULL"s and attnotnull ("is_nullable") conform to SQL-2011
Date
Msg-id CAKOSWNnXbOY4pEiwN9wePOx8J+B44yTj40BQ8RVo-eWkdiGDFQ@mail.gmail.com
Whole thread Raw
In response to Make PG's "NOT NULL"s and attnotnull ("is_nullable") conform to SQL-2011  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
List pgsql-hackers
On 2/7/16, Vitaly Burovoy <vitaly.burovoy@gmail.com> wrote:
> Hello, Hackers!
>
> TODO list has an entry "Move NOT NULL constraint information to
> pg_constraint" with four links and without two with the newest
> work[1][2].
>
> I rebased the patch from [2] (in attachment). At least it applies
> cleanly on top of c477e84fe2471cb675234fce75cd6bb4bc2cf481 and does
> not generate a core dump during "make check". There are no tests for
> it and it fails "make check" (by difference) which leads inability to
> run "make check-world".

It seems the file I attached has more than necessary changes.

Please, find a correct patch attached.

> ===
> [1]http://www.postgresql.org/message-id/flat/1343682669-sup-2532@alvh.no-ip.org
> [2]http://www.postgresql.org/message-id/20160109030002.GA671800@alvherre.pgsql

--
Best regards,
Vitaly Burovoy

Attachment

pgsql-hackers by date:

Previous
From: Peter Moser
Date:
Subject: Re: Development with Eclipse - Wrong error messages in IDE
Next
From: Haribabu Kommi
Date:
Subject: Re: Parallel Aggregate