fixups for 7.3 to contrib directories

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема fixups for 7.3 to contrib directories
Дата
Msg-id 87d6llzenv.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответы Re: [HACKERS] fixups for 7.3 to contrib directories  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] fixups for 7.3 to contrib directories  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Minor doc patch: create function
Следующее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: psql patch