Re: PL/Perl Returned Array

From: Darren Duncan <darren(at)darrenduncan(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/Perl Returned Array
Date: 2011-08-13 03:09:49
Message-ID: 4E45EAFD.7010402@darrenduncan.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David E. Wheeler wrote:
> On Aug 12, 2011, at 6:17 PM, Alex Hunsaker wrote:
>> Anyway, the attached patch fixes it for me. That is when we don't have
>> an array state, just return an empty array. (Also adds some
>> additional comments)
>
> Fix confirmed, thank you!
>
> +1 to getting this committed before the next beta/RC.

Policy question. If this problem hadn't been detected until after 9.1 was
declared production, would it have been considered a bug to fix in 9.1.x or
would it have been delayed to 9.2 since that fix might be considered an
incompatibility? If the latter, then I'm really glad it was found now. --
Darren Duncan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-13 03:37:54 Re: Transient plans versus the SPI API
Previous Message Greg Stark 2011-08-13 02:51:21 Re: our buffer replacement strategy is kind of lame