Re: Domain coercions

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Domain coercions
Date: 2002-07-02 15:39:46
Message-ID: 200207021539.g62Fdkf13655@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Rod Taylor wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2002-07-03 10:26:33 Re: [PATCHES] Reduce heap tuple header size
Previous Message Bruce Momjian 2002-07-02 06:18:43 Re: [HACKERS] Page OpaqueData