Fix for _outAgg()

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Fix for _outAgg()
Дата
Msg-id 1199848488.8608.17.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Ответы Re: Fix for _outAgg()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Attached is a patch which fixes an oversight in _outAgg(): the
"grpColIdx" and "grpOperators" fields of the Agg struct were not emitted
by _outAgg(). I don't see any good reason to omit this information.

Note that while the "grpOperators" field was added during the 8.3 devel
cycle, the "grpColIdx" field has been around since '02 (without outfuncs
support). So I can backpatch that portion of the patch to back branches
if anyone feels strongly.

-Neil


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] OUTER JOIN performance regression remains in 8.3beta4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fix for _outAgg()