Re: Domain Support -- another round

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 Support -- another round
Date: 2002-03-11 20:52:51
Message-ID: 200203112052.g2BKqpo13428@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Rod indicates this is his final version.

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

[ Attachment, skipping... ]

>
> ---------------------------(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)

--
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-hackers by date

  From Date Subject
Next Message Jan Wieck 2002-03-11 20:55:22 Re: INDEX_MAX_KEYS
Previous Message Bruce Momjian 2002-03-11 18:26:53 Re: psql and output from \?

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-03-11 21:29:49 psql: backslash fix
Previous Message Bruce Momjian 2002-03-11 18:58:17 Re: Adds the parsing of a CREATE SCHEMA statement