Domain coercions

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Domain coercions
Date: 2002-06-22 04:17:59
Message-ID: 069001c219a3$cb5ba620$fe01a8c0@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
domain.patch application/octet-stream 25.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message sugita 2002-06-22 07:59:58 int64 timestamp patch for contrib/pg_controldata
Previous Message Bruce Momjian 2002-06-22 04:12:54 Re: [HACKERS] funcapi.h:69: syntax error before `uint'