Just some fixups to a couple contrib directories I was trying out.
Bruce Momjian <bruce@momjian.us>
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 Gregory Stark
Files
| Path | Change | +/− |
|---|---|---|
| contrib/array/array_iterator.sql.in | modified | +60 −30 |
| contrib/intagg/int_aggregate.sql.in | modified | +5 −4 |