Re: Fwd: Extending range type operators to cope with elements

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, David Fetter <david(at)fetter(dot)org>
Subject: Re: Fwd: Extending range type operators to cope with elements
Date: 2020-09-27 17:06:13
Message-ID: 152600.1601226373@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be> writes:
> After a long time (as you can imagine, this year everything has been upside
> down ...), you will find enclosed the patch for extending the range
> operators so they can cope with range <op> element and element <op> range
> in addition to the existing range <op> range.

Cool. Please add this to the open commitfest list [1] to ensure we don't
lose track of it.

regards, tom lane

[1] https://commitfest.postgresql.org/30/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2020-09-27 18:37:52 Re: AppendStringInfoChar instead of appendStringInfoString
Previous Message Tom Lane 2020-09-27 15:59:26 Re: Get rid of runtime handling of AlternativeSubPlan?