Re: [PATCH] Generic type subscription

Dmitry Dolgov <9erthalion6@gmail.com>

From: Dmitry Dolgov <9erthalion6@gmail.com>
To: Artur Zakirov <a.zakirov@postgrespro.ru>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, Victor Wagner <vitus@wagner.pp.ru>, Aleksander Alekseev <a.alekseev@postgrespro.ru>, Haribabu Kommi <kommi.haribabu@gmail.com>
Date: 2016-12-27T03:23:29Z
Lists: pgsql-hackers

Attachments

> On 27 December 2016 at 04:05, Artur Zakirov <a.zakirov@postgrespro.ru>
wrote:
> Would you rebase the patch, please? It seems it is necessary. It can't
> be applied now.

Sure, here is a new rebased version.

Commits

  1. Throw error when assigning jsonb scalar instead of a composite object

  2. Filling array gaps during jsonb subscripting

  3. Implementation of subscripting for jsonb

  4. Support subscripting of arbitrary types, not only arrays.

  5. Remove obsoleted code relating to targetlist SRF evaluation.

  6. Include <sys/select.h> where needed