Re: Domain Support -- another round - Mailing list pgsql-patches

From Rod Taylor
Subject Re: Domain Support -- another round
Date
Msg-id 0b6001c1c719$5c8f4e90$b002000a@jester
Whole thread Raw
In response to Domain Support -- another round  (Rod Taylor <rbt@zort.ca>)
Responses Re: Domain Support -- another round  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Domain Support -- another round  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Attached is a diff to the patch of the below message to use b_expr
rather than c_expr.

Also includes an improved regress set.  Less redundant failures, and
tests numeric types as they're different from the others enough to
warrent it.
--
Rod Taylor

This message represents the official view of the voices in my head

----- Original Message -----
From: "Rod Taylor" <rbt@zort.ca>
To: <pgsql-patches@postgresql.org>
Sent: Thursday, March 07, 2002 11:21 PM
Subject: [PATCHES] Domain Support -- another round


> Ok....
>
> gram.y is fixed (no more %expect usage)
>
> Using the copyCreateDomainStmt in the proper place.
>
> Evolution is the mail client of choice for different (improved?)
mime
> headers.
>
> And attached is a regular diff -c, rather than a cvs diff -c.
>
>
> I updated the poor descriptions of MergeDomainAttributes().
Hopefully
> its current and future use is more obvious.
>
>
> Am I getting close?
>
>


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


>
> ---------------------------(end of
broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to
majordomo@postgresql.org)
>

Attachment

pgsql-patches by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Docs on BOOTSTRAP relations
Next
From: Thomas Lockhart
Date:
Subject: Re: Small fix for _equalValue()