Re: Free list same_input_transnos in preprocess_aggref

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Free list same_input_transnos in preprocess_aggref
Дата
Msg-id 348390.1663600445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Free list same_input_transnos in preprocess_aggref  (Zhang Mingli <zmlpostgres@gmail.com>)
Ответы Re: Free list same_input_transnos in preprocess_aggref  (Zhang Mingli <zmlpostgres@gmail.com>)
Список pgsql-hackers
Zhang Mingli <zmlpostgres@gmail.com> writes:
> In preprocess_aggref(), list same_input_transnos is used to track compatible transnos.
> Free it if we don’t need it anymore.

Very little of the planner bothers with freeing small allocations
like that.  Can you demonstrate a case where this would actually
make a meaningful difference?

            regards, tom lane



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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: HOT chain validation in verify_heapam()
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: why can't a table be part of the same publication as its schema