Re: Hash Index Build Patch v2

Поиск
Список
Период
Сортировка
От Tom Raney
Тема Re: Hash Index Build Patch v2
Дата
Msg-id 47DF204B.9010804@comcast.net
обсуждение исходный текст
Ответ на Re: Hash Index Build Patch v2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom,

Thanks for your comments and for your work incorporating our patch into
8.4.  This will help us provide even a better patch next time around :)

-Shreya Bhargava and Tom Raney

> Tom Raney <twraney@comcast.net> writes:
>
>> This revised version of our patch uses the function estimate_rel_size()
>> from plancat.c to estimate the number of tuples in the parent relation.
>> This method is an alternative to scanning the parent relation to
>> estimate the number of tuples, as we did in the first version of the patch.
>>
>
> Applied after significant editorialization.  You need to pay more
> attention to conforming to the style of the surrounding code and to
> updating comments that your work renders inaccurate.
>
>             regards, tom lane
>
>


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Proposal: new large object API
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Proposal: new large object API