Re: [HACKERS] fixups for 7.3 to contrib directories

2003-03-19 Thread Bruce Momjian

Patch applied.  Thanks.

---


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 [EMAIL PROTECTED])

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


Re: [HACKERS] fixups for 7.3 to contrib directories

2003-03-17 Thread Bruce Momjian

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 [EMAIL PROTECTED])

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


[HACKERS] fixups for 7.3 to contrib directories

2003-02-21 Thread Gregory Stark

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



diff
Description: Binary data


diff
Description: Binary data
-- 
greg

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])