Tweak cost_merge_append to reflect 7a2fe9bd?

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Tweak cost_merge_append to reflect 7a2fe9bd?
Дата
Msg-id CAEepm=0WQBSvuYcMOUj4Ga4NXpu2J=ejZcE=e=eiTjTX-6_gDw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Tweak cost_merge_append to reflect 7a2fe9bd?
Список pgsql-hackers
Hi

As noted in a nearby review of some similar code[1], commit 7a2fe9bd
made merge append very slightly more efficient, but nobody told
cost_merge_append about the change.  I doubt it makes much difference
to the final cost in practice but I figured it might be worth
correcting the comment.  Does this make sense?

[1] https://www.postgresql.org/message-id/CAEepm%3D3o9um4pi0EphOGD7u2f862hX%2BBhwD5zko-TAk_Qj1JeQ%40mail.gmail.com

--
Thomas Munro
http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Calculation of param_source_rels in add_paths_to_joinrel
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fix bug in handling of dropped columns in pltcl triggers