fixups for 7.3 to contrib directories - Mailing list pgsql-patches

From Gregory Stark
Subject fixups for 7.3 to contrib directories
Date
Msg-id 87d6llzenv.fsf@stark.dyndns.tv
Whole thread Raw
Responses Re: [HACKERS] fixups for 7.3 to contrib directories
Re: [HACKERS] fixups for 7.3 to contrib directories
List pgsql-patches
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

--
greg

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Minor doc patch: create function
Next
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: psql patch