From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alexander Korotkov <aekorotkov(at)gmail(dot)com> |
Cc: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: unnesting multirange data types |
Date: | 2021-06-19 16:35:26 |
Message-ID: | 1418252.1624120526@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Alexander Korotkov <aekorotkov(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-06-19 19:16:50 | Re: Race condition in InvalidateObsoleteReplicationSlots() |
Previous Message | Mark Dilger | 2021-06-19 16:21:56 | Re: Optionally automatically disable logical replication subscriptions on error |