Re: [PATCH] Support negative indexes in split_part

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Support negative indexes in split_part
Дата
Msg-id 586389.1604285763@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [PATCH] Support negative indexes in split_part  (Nikhil Benesch <nikhil.benesch@gmail.com>)
Ответы Re: [PATCH] Support negative indexes in split_part
Список 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 по дате отправления:

Предыдущее
От: Nikhil Benesch
Дата:
Сообщение: [PATCH] Support negative indexes in split_part
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)