Re: unnesting multirange data types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unnesting multirange data types
Дата
Msg-id 1418252.1624120526@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: unnesting multirange data types  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: unnesting multirange data types  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> Patch successfully passed commitfest.cputube.org.  I'm going to
> re-push it if there are no objections.

I'm still not happy about the way you've done the multirange-to-array
part.  I think we'd be better off improving the polymorphism rules so
that that can be handled by one polymorphic function.  Obviously that'd
be a task for v15, but we've already concluded that just having the
unnest ability would be minimally sufficient for v14.

So I think you should trim it down to just the unnest part.

In any case, beta2 wraps on Monday, and there is very little time
left for a full round of buildfarm testing.  I almost feel that
it's too late to consider pushing this today.  Tomorrow absolutely
is too late for beta2.

            regards, tom lane



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

Предыдущее
От: Mark Dilger
Дата:
Сообщение: Re: Optionally automatically disable logical replication subscriptions on error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Race condition in InvalidateObsoleteReplicationSlots()