Re: [HACKERS] [PATCH] Generic type subscripting

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(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: 2018-11-26 12:37:13
Message-ID: CA+q6zcXSbToN-K8NB2M=WcUi6k7=nQyC3mJO4XG6Lw0tjok_1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Sun, Nov 25, 2018 at 9:31 PM Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> wrote:
>
> Noticed on cfbot.cputube.org:
>
> pg_type.c:167:10: error: passing argument 3 of
> ‘GenerateTypeDependencies’ makes integer from pointer without a cast
> [-Werror]
> false);

Thanks for noticing! I was in rush when did rebase, and made few mistakes (the
moral of the story - do not rush). Here is the fix, which is more aligned with
the commit ab69ea9fee.

Attachment Content-Type Size
0005-Subscripting-documentation-v16.patch application/octet-stream 20.0 KB
0004-Subscripting-for-jsonb-v16.patch application/octet-stream 33.6 KB
0002-Base-implementation-of-subscripting-mechanism-v16.patch application/octet-stream 62.3 KB
0003-Subscripting-for-array-v16.patch application/octet-stream 13.8 KB
0001-Renaming-for-new-subscripting-mechanism-v16.patch application/octet-stream 54.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2018-11-26 12:41:06 Re: [HACKERS] advanced partition matching algorithm for partition-wise join
Previous Message Sergei Kornilov 2018-11-26 12:32:10 Re: pgsql: Integrate recovery.conf into postgresql.conf