Re: Hash Index Build Patch v2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hash Index Build Patch v2
Дата
Msg-id 7368.1205709807@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Hash Index Build Patch v2  (Tom Raney <twraney@comcast.net>)
Ответы Re: Hash Index Build Patch v2
Список pgsql-patches
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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Suppress compiler warnings on mingw
Следующее
От: Tom Lane
Дата:
Сообщение: Re: sinval.c / sinvaladt.c restructuring