Re: [HACKERS] [PATCH] Generic type subscripting

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, David Steele <david(at)pgmasters(dot)net>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, David Fetter <david(at)fetter(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Oleksandr Shulgin <oleksandr(dot)shulgin(at)zalando(dot)de>, 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>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] [PATCH] Generic type subscripting
Date: 2020-03-23 06:30:25
Message-ID: CAFj8pRCcP2R67j=T60E+gRNf8aiv_L9m7JTnn5N7ptAscyY26Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ne 22. 3. 2020 v 20:41 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:

> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> > ne 22. 3. 2020 v 18:47 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:
> >> cfbot reports this as failing because of missing include files.
> >> Somebody please post a complete patch set?
>
> > here it is
>
> That set doesn't even apply.
>
> http://cfbot.cputube.org/patch_27_1062.log

It was my mistake

>
> regards, tom lane
>

Attachment Content-Type Size
v30-0001-Base-implementation-of-subscripting-mechanism-2.patch text/x-patch 44.8 KB
v30-0004-Subscripting-documentation.patch text/x-patch 20.6 KB
v30-0003-Subscripting-for-jsonb.patch text/x-patch 35.1 KB
v30-0006-Filling-gaps-in-jsonb-arrays.patch text/x-patch 8.7 KB
v30-0005-Polymorphic-subscripting.patch text/x-patch 63.6 KB
v30-0002-Subscripting-for-array.patch text/x-patch 25.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2020-03-23 06:51:45 Re: replay pause vs. standby promotion
Previous Message Tom Lane 2020-03-23 06:05:06 Re: pgsql: Disk-based Hash Aggregation.