Re: [HACKERS] [PATCH] Generic type subscripting

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>, 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: 2018-01-28 17:26:56
Message-ID: CA+q6zcWuv6i1J9CARDxx92CQksqp0oWerrCgct6Yo1dVTQTZPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 22 January 2018 at 23:38, Dmitry Dolgov <9erthalion6(at)gmail(dot)com> wrote:
> Sorry for late reply. I've attached a new version of the patch with following
> changes:
>
> I found out few more places where I forgot to revert some remnants of the
> implementation with two separated node types. I'm going to fix them within
> few days in the next version.

Here is a new version of the patch:

* rebased to the latest master

* fixed issues I mentioned above

* updated an example from the tutorial part

Attachment Content-Type Size
0001-Renaming-for-new-subscripting-mechanism-v6.patch application/octet-stream 46.6 KB
0002-Base-implementation-of-subscripting-mechanism-v6.patch application/octet-stream 126.6 KB
0003-Subscripting-for-array-v6.patch application/octet-stream 12.8 KB
0004-Subscripting-for-jsonb-v6.patch application/octet-stream 32.9 KB
0005-Subscripting-documentation-v6.patch application/octet-stream 18.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-01-28 21:09:49 Failed test 'pg_recvlogical acknowledged changes, nothing pending on slot'
Previous Message Petr Jelinek 2018-01-28 16:01:03 Re: [PATCH] Logical decoding of TRUNCATE