Re: Bug or feature in 7.3?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)stack(dot)net>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug or feature in 7.3?
Date: 2002-03-29 15:01:02
Message-ID: 1121.1017414062@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor Sigaev <teodor(at)stack(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-03-29 15:09:38 Re: Bug or feature in 7.3?
Previous Message Tom Lane 2002-03-29 14:44:28 Re: Re : Solaris Performance - Profiling