Re: [PATCH] Support negative indexes in split_part - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Support negative indexes in split_part
Date
Msg-id 586389.1604285763@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Support negative indexes in split_part  (Nikhil Benesch <nikhil.benesch@gmail.com>)
Responses Re: [PATCH] Support negative indexes in split_part  (Nikhil Benesch <nikhil.benesch@gmail.com>)
List pgsql-hackers
Nikhil Benesch <nikhil.benesch@gmail.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



pgsql-hackers by date:

Previous
From: Nikhil Benesch
Date:
Subject: [PATCH] Support negative indexes in split_part
Next
From: Thomas Munro
Date:
Subject: Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)