Re: [HACKERS] fixups for 7.3 to contrib directories

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] fixups for 7.3 to contrib directories
Дата
Msg-id 200303200439.h2K4dYH20168@candle.pha.pa.us
обсуждение исходный текст
Ответ на fixups for 7.3 to contrib directories  (Gregory Stark <gsstark@mit.edu>)
Список pgsql-patches
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 majordomo@postgresql.org)

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

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/dbmirror
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Minor doc patch: create function