From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Alexander Korotkov <aekorotkov(at)gmail(dot)com> |
Cc: | Noah Misch <noah(at)leadboat(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: unnesting multirange data types |
Date: | 2021-07-10 16:34:19 |
Message-ID: | 202107101634.s6rujyk7wklj@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2021-Jun-27, Alexander Korotkov wrote:
> BTW, I found some small inconsistencies in the declaration of
> multirange operators in the system catalog. Nothing critical, but if
> we decide to bump catversion in beta3, this patch is also nice to
> push.
Hmm, I think you should push this and not bump catversion. That way,
nobody is forced to initdb if we end up not having a catversion bump for
some other reason; but also anybody who initdb's with beta3 or later
will get the correct descriptions.
If you don't push it, everybody will have the wrong descriptions.
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Fabien COELHO | 2021-07-10 16:55:36 | Re: psql - factor out echo code |
Previous Message | Alvaro Herrera | 2021-07-10 16:26:56 | Re: Pipeline mode and PQpipelineSync() |