From: | Alexander Korotkov <aekorotkov(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jonathan S Katz <jkatz(at)postgresql(dot)org>, 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-15 11:43:16 |
Message-ID: | CAPpHfduLFDjBV=tfTTobVFA5COuV7oVir3cpn2JqzXZt4TUkVQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jul 13, 2021 at 5:29 PM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>
> On 2021-Jul-13, Alexander Korotkov wrote:
>
> > > To be clear, do you mean with or without this hunk ?
> > >
> > > - oprrest => 'multirangesel', oprjoin => 'scalargtjoinsel' },
> > > + oprrest => 'multirangesel', oprjoin => 'scalarltjoinsel' },
> >
> > I mean with this hunk unless I hear objection to it.
>
> +1 for pushing with that hunk, no catversion bump.
Thank you for the feedback. Pushed!
------
Regards,
Alexander Korotkov
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2021-07-15 11:44:45 | Re: Git revision in tarballs |
Previous Message | vignesh C | 2021-07-15 11:42:39 | Re: Enhanced error message to include hint messages for redundant options error |