Domain coercions - Mailing list pgsql-patches

From Rod Taylor
Subject Domain coercions
Date
Msg-id 069001c219a3$cb5ba620$fe01a8c0@jester
Whole thread Raw
Responses Re: Domain coercions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Domain coercions  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
I've fixed up the way domain constraints (not null and type length)
are managed as per request.

Moved from merging with table attributes to applying themselves during
coerce_type() and coerce_type_typmod.

Regression tests altered to test the cast() scenarios.
--
Rod

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] funcapi.h:69: syntax error before `uint'
Next
From: sugita@sra.co.jp
Date:
Subject: int64 timestamp patch for contrib/pg_controldata