Re: Aggregate function API versus grouping sets

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Aggregate function API versus grouping sets
Дата
Msg-id 87oax6dw5g.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: Aggregate function API versus grouping sets  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Ответы Re: Aggregate function API versus grouping sets  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Here are two more, cumulative with the previous patch and each other:

The first removes the assumption in ordered_set_startup that the
aggcontext can be cached in fn_extra, and puts it in the transvalue
instead.

The second exposes the OSA* structures in a header file, so that
user-defined ordered-set aggs can use ordered_set_transition[_multi]
directly rather than having to cargo-cult it into their own code.

--
Andrew (irc:RhodiumToad)


Вложения

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

Предыдущее
От: Rahila Syed
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Array of composite types returned from python