Re: range_agg

Поиск
Список
Период
Сортировка
От Paul A Jungwirth
Тема Re: range_agg
Дата
Msg-id CA+renyVKHWNiFvaoPW1B_3mafhbcwm7zzc9T3xp9+RZ1D+tsXw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: range_agg  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: range_agg
Re: range_agg
Список pgsql-hackers
On Sun, Jul 5, 2020 at 10:20 AM Justin Pryzby <pryzby@telsasoft.com> wrote:
>
> This needs to be rebased ; set cfbot to "waiting".

Here is a patch that is rebased onto current master. It also includes
the analyze/selectivity additions.

I haven't made much progress storing on-disk multiranges without the
range type oids. Peter Geoghegan suggested I look at how we handle
arrays in heap_deform_tuple, but I don't see anything there to help me
(probably I misunderstood him though). Just knowing that arrays are
something we do this for is enough to hunt for clues, but if anyone
can point me more directly to code that will help me do it for
multiranges, I'd be appreciative.

Yours,
Paul

Вложения

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Persist MVCC forever - retain history
Следующее
От: Paul A Jungwirth
Дата:
Сообщение: Re: range_agg