pgsql: Remove useless bms_free() calls in build_child_join_rel().

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема pgsql: Remove useless bms_free() calls in build_child_join_rel().
Дата
Msg-id E1hyUx5-0008VW-8l@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove useless bms_free() calls in build_child_join_rel().

These seem to be leftovers from the original partitionwise-join patch,
perhaps.

Discussion: https://postgr.es/m/CAPmGK145YiMTPRnvev1dLz8na_-0aZ=Xyqn8f2QsJFBUTObNow@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/076e9d42099d092475ea9eaa2902ba101a27a585

Modified Files
--------------
src/backend/optimizer/util/relnode.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent possible double-free when update trigger returns oldtup
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: pgsql: Fix plpgsql to re-look-up composite type names at need.