Re: Free indexed_tlist memory explicitly within set_plan_refs()

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Free indexed_tlist memory explicitly within set_plan_refs()
Дата
Msg-id CAM3SWZTKHVArKZ_4Y9_ReL9mh-jBJoMULX9LCH+bfme7rkyTEg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Free indexed_tlist memory explicitly within set_plan_refs()  (Andres Freund <andres@anarazel.de>)
Ответы Re: Free indexed_tlist memory explicitly within set_plan_refs()  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Fri, Jul 24, 2015 at 2:58 AM, Andres Freund <andres@anarazel.de> wrote:
> I've pushed a version of your patch. I just opted to remove p_is_update
> instead of allowing both to be set at the same time. To me that seemed
> simpler.

I would be hesitant to remove a struct field from a struct that
appears as a hook argument. Someone's extension (that uses parser
hooks) might have been relying on that. Perhaps not a big deal.

Thanks
-- 
Peter Geoghegan



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Supporting TAP tests with MSVC and Windows
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Improving replay of XLOG_BTREE_VACUUM records