Re: Extending range type operators to cope with elements

From: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Georgios Kokolatos <gkokolatos(at)protonmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be>
Subject: Re: Extending range type operators to cope with elements
Date: 2021-03-04 11:11:54
Message-ID: CALtqXTeEGXLhNBh0iV0XsmcKY+iEuaMn-3AoG=06wn2=CNTJPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Feb 28, 2021 at 1:36 AM Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:

> On Fri, Oct 30, 2020 at 11:08:19PM +0100, Tomas Vondra wrote:
> > Hi,
> >
> > + <row>
> > + <entry role="func_table_entry"><para role="func_signature">
> > + <type>anyelement</type> <literal>&gt;&gt;</literal>
> <type>anyrange</type>
> > + <returnvalue>boolean</returnvalue>
> > + </para>
> > + <para>
> > + Is the element strictly right of the element?
> > + </para>
>
> should say "of the range" ?
>
> > +++ b/src/backend/utils/adt/rangetypes.c
>
> > + /* An empty range is neither left nor right any other range */
> > + /* An empty range is neither left nor right any element */
> > + /* An empty range is neither left nor right any other range */
> > + /* An empty range is neither left nor right any element */
> > + /* An empty range is neither left nor right any element */
> > + /* An empty range is neither left nor right any element */
>
> I these comments should all say ".. left nor right OF any ..."
>
> --
> Justin
>
>
>
This patch set no longer applies.

http://cfbot.cputube.org/patch_32_2747.log

Can we get a rebase?

I am marking the patch "Waiting on Author"

--
Ibrar Ahmed

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ibrar Ahmed 2021-03-04 11:15:51 Re: Hybrid Hash/Nested Loop joins and caching results from subplans
Previous Message Amit Kapila 2021-03-04 11:07:14 Re: Parallel INSERT (INTO ... SELECT ...)