Re: BRIN INDEX value

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BRIN INDEX value
Дата
Msg-id 20150904165642.GK2912@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: BRIN INDEX value  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: BRIN INDEX value  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
Tatsuo Ishii wrote:
> > On 9/4/2015 2:04 PM, Tatsuo Ishii wrote:
> >>> One thing I imagine we could do is to change the signature of
> >>> summrize_range() to also include heapNumBlks which its (only) caller
> >>> brinsummarize() already computes. It will look like:
> >>>
> >>> static void summarize_range(IndexInfo *indexInfo, BrinBuildState *state,
> >>>                               Relation heapRel,
> >>>                               BlockNumber heapBlk,
> >>>                               BlockNumber heapNumBlks);
> >>>
> >>> I'd think changing summarize_range()'s signature would be relatively
> >>> easier/safer.
> >> 
> >> Yeah, sounds good.
> > 
> > Here's a patch to do that.
> 
> Thanks. It looks good to me (and passed all the regression tests in
> master branch). I will commit your patch if there's no objection.

Yeah, thanks, please go ahead.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Allow a per-tablespace effective_io_concurrency setting
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fwd: Core dump with nested CREATE TEMP TABLE