Re: PL/Python adding support for multi-dimensional arrays

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>, Alexey Grishchenko <programmerag(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/Python adding support for multi-dimensional arrays
Date: 2016-10-26 09:08:02
Message-ID: CAFj8pRCtvbqyN5bjsTvuPWo_tdWMy5N=5AZu5xYT6gqw+Md70Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2016-10-26 10:03 GMT+02:00 Heikki Linnakangas <hlinnaka(at)iki(dot)fi>:

> On 10/24/2016 10:33 PM, Pavel Stehule wrote:
>
>> Hi
>>
>> 2016-10-14 10:53 GMT+02:00 Heikki Linnakangas <hlinnaka(at)iki(dot)fi>:
>>
>> Please review. Are the docs and the error messages now clear enough on
>>> this? We'll need a mention in the release notes too, when it's time for
>>> that.
>>>
>>
>> The error message is clear.
>>
>
> Ok, great!
>
> I tested patches - and the regression test is broken (is not actualized)
>>
>
> Ah, fixed.
>
> There are no new tests for multidimensional array of composites - there is
>> only new negative test.
>>
>
> Added one.
>
> Thanks for the review! Committed, with those little fixes, and some little
> last-minute comment tweaks.
>

Thank you very much

nice feature

Regards

Pavel

>
> - Heikki
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-10-26 09:13:27 Re: [BUG] pg_basebackup from disconnected standby fails
Previous Message Etsuro Fujita 2016-10-26 09:00:42 Re: Push down more full joins in postgres_fdw