Re: Bug or feature in 7.3? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bug or feature in 7.3?
Date
Msg-id 1121.1017414062@sss.pgh.pa.us
Whole thread Raw
In response to Bug or feature in 7.3?  (Teodor Sigaev <teodor@stack.net>)
List pgsql-hackers
Teodor Sigaev <teodor@stack.net> writes:
> Why field 'bar' has modifier 'not null'?

Hmm ... looks like CREATE TYPE is leaving typnotnull set TRUE for user-
created types; all the types created on-the-fly in the regression tests
have the same problem.  A bug, I agree.  Don't see where the error is
yet...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Mailing List Question
Next
From: Tom Lane
Date:
Subject: Re: Bug or feature in 7.3?