Re: Domain Support -- another round

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Domain Support -- another round
Date: 2002-03-09 03:18:29
Message-ID: 0b6001c1c719$5c8f4e90$b002000a@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)zort(dot)ca>
To: <pgsql-patches(at)postgresql(dot)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(at)postgresql(dot)org)
>

Attachment Content-Type Size
domain.patch.addendum application/octet-stream 506 bytes
domainregress.sql application/octet-stream 3.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavlo Baron 2002-03-09 08:45:38 Re: TODO question
Previous Message Fernando Nasser 2002-03-09 00:57:24 Re: Do FROM items of different schemas conflict?

Browse pgsql-patches by date

  From Date Subject
Next Message Thomas Lockhart 2002-03-09 17:47:19 Re: Small fix for _equalValue()
Previous Message Rod Taylor 2002-03-09 02:52:29 Re: Docs on BOOTSTRAP relations