Re: [HACKERS] PL/Perl list value return causes segfault

From: David Fetter <david(at)fetter(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PL/Perl list value return causes segfault
Date: 2005-07-31 00:34:58
Message-ID: 20050731003458.GA22073@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers pgsql-patches

On Sat, Jul 30, 2005 at 09:47:58AM -0400, Andrew Dunstan wrote:
>
>
> David Fetter wrote:
>
> You have rolled 2 problems into one - spi_query+spi_fetchrow does not
> address the issue of returning large data sets.
>
> Suggest instead:

[suggestion]

Revised patch attached. Thanks for catching this :)

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Attachment Content-Type Size
plperl_new_features.diff text/plain 6.4 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Roman Neuhauser 2005-08-02 15:32:48 "FETCH returns data as if it were a SELECT result"
Previous Message Andrew Dunstan 2005-07-30 13:47:58 Re: [HACKERS] PL/Perl list value return causes segfault

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2005-07-31 00:41:56 Re: [COMMITTERS] pgsql: Add GUC variables to control keep-alive
Previous Message Larry Rosenman 2005-07-30 22:07:06 Re: [COMMITTERS] pgsql: Add GUC variables to control keep-alive

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-07-31 01:01:11 Re: per user/database connections limit again
Previous Message Neil Conway 2005-07-31 00:26:14 Re: PL/PGSQL: Dynamic Record Introspection