Avoid using lcons and list_delete_first in plan_union_children()

Поиск
Список
Период
Сортировка
От Hou, Zhijie
Тема Avoid using lcons and list_delete_first in plan_union_children()
Дата
Msg-id 43b51f3881e14bf5bfe084699d8cc5c6@G08CNEXMBPEKD05.g08.fujitsu.local
обсуждение исходный текст
Ответы Re: Avoid using lcons and list_delete_first in plan_union_children()  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
Hi,

In function plan_union_children(),
I found the lcons and list_delete_first here is easy to be replaced by lappend and list_delete_last.

And I also found a previous commit do similar thing, so I try to improve this one.

Previous commit:
d97b714a219959a50f9e7b37ded674f5132f93f3

Best regards,
houzj



Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: [HACKERS] Custom compression methods