Re: Calculate total_table_pages after set_base_rel_sizes()

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Calculate total_table_pages after set_base_rel_sizes()
Дата
Msg-id 30d0b84a-4371-4b86-f25c-a9e128af80f0@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Calculate total_table_pages after set_base_rel_sizes()  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: Calculate total_table_pages after set_base_rel_sizes()
Список pgsql-hackers
On 2018/10/11 13:45, Amit Langote wrote:
> On 2018/10/07 17:43, David Rowley wrote:
>> Amit Langote has since posted a patch to delay the RangeTblEntry
>> creation until after pruning. His patch happens to also move the
>> total_table_pages calculation, but I believe this change should be
>> made as an independent commit to anything else.  I've kept it in the
>> commitfest for that reason.
> 
> Yeah, if this patch is a win independent of the other project of delaying
> partition RTE creation, which seems to be true, I think we should go ahead
> with applying this patch.

Fwiw, I've incorporated David's patch in my own series, so that one of my
patches no longer has the code movement hunks that are in his.  I will
post the new version of my patch series like that.

Thanks,
Amit



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

Предыдущее
От: Michael Banck
Дата:
Сообщение: Re: pgsql: Add TAP tests for pg_verify_checksums
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: [HACKERS] Secondary index access optimizations