Re: [PATCH] Support negative indexes in split_part

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nikhil Benesch <nikhil(dot)benesch(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Support negative indexes in split_part
Date: 2020-11-02 02:56:03
Message-ID: 586389.1604285763@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Nikhil Benesch <nikhil(dot)benesch(at)gmail(dot)com> writes:
> I posted the idea of allowing negative indexes in split_part to pgsql-general
> last week, and it seemed there was some interest:
> http://postgr.es/m/CAPWqQZR%2B-5pAZNSSrnmYczRaX-huemc%3DoO8URvDZvUA-M%3DMOBA%40mail.gmail.com
> Attached is a patch, based on master, that implements the approach as described
> in that discussion.

Please add an entry to the upcoming commitfest, to make sure we don't
lose track of this:

https://commitfest.postgresql.org/30/

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-11-02 03:22:09 Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)
Previous Message Nikhil Benesch 2020-11-02 02:39:11 [PATCH] Support negative indexes in split_part