Re: fixups for 7.3 to contrib directories

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Gregory Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: fixups for 7.3 to contrib directories
Date: 2003-03-17 17:21:15
Message-ID: 200303171721.h2HHLH323999@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


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

http://momjian.postgresql.org/cgi-bin/pgpatches

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

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

Gregory Stark wrote:
>
> Just some fixups to a couple contrib directories I was trying out.
>
> . replace CREATE OR REPLACE AGGREGATE with a separate DROP and CREATE
> . add DROP for all CREATE OPERATORs
> . use IMMUTABLE and STRICT instead of WITH (isStrict)
> . add IMMUTABLE and STRICT to int_array_aggregate's accumulator function
>

[ Attachment, skipping... ]

[ Attachment, skipping... ]

> --
> greg

>
> ---------------------------(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) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-17 17:23:37 Re: regression failure - horology
Previous Message Tom Lane 2003-03-17 16:40:15 Error-message infrastructure: what about location in PL functions?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-03-17 17:21:53 Re: Minor doc patch: create function
Previous Message Bruce Momjian 2003-03-17 17:12:45 Re: to_char PL/MI fix