Re: [HACKERS] [PATCH] Generic type subscripting

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Oleksandr Shulgin <oleksandr(dot)shulgin(at)zalando(dot)de>, Artur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, David Steele <david(at)pgmasters(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] [PATCH] Generic type subscripting
Date: 2019-03-19 14:09:17
Message-ID: CA+q6zcXnesTL5ALJ+_M6gmP+7ehBL9eMJqy25hhD3Gx44AOCpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Tue, Mar 19, 2019 at 2:30 PM Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
>
> > On Tue, Feb 19, 2019 at 5:22 PM Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
> >
> > And here is the rebased version.
>
> One more, after jsonpath changes.

Oh, I forgot to fix duplicating oids, here is it.

Attachment Content-Type Size
v21-0001-Base-implementation-of-subscripting-mechanism.patch application/octet-stream 48.6 KB
v21-0002-Subscripting-for-array.patch application/octet-stream 24.8 KB
v21-0003-Subscripting-for-jsonb.patch application/octet-stream 33.7 KB
v21-0004-Subscripting-documentation.patch application/octet-stream 20.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-03-19 14:30:45 Re: Willing to fix a PQexec() in libpq module
Previous Message Maksim Milyutin 2019-03-19 13:45:17 Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?