Re: SPI_exec doesn't return proc context (on 9.1) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SPI_exec doesn't return proc context (on 9.1)
Date
Msg-id 8918.1297377923@sss.pgh.pa.us
Whole thread Raw
In response to Re: SPI_exec doesn't return proc context (on 9.1)  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I wrote such a patch some time ago but never applied it ...
> http://archives.postgresql.org/message-id/20091116162531.GA3669@alvh.no-ip.org
> I still wonder if it's useful enough to be applied.  Would it solve your
> use case?

Needs to be fixed to behave sanely for the typbyval case (as
implemented, it's depending on the caller to check that).
Otherwise, seems pretty reasonable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "mac_man2008@yahoo.it"
Date:
Subject: Sorting. When?
Next
From: David Christensen
Date:
Subject: Re: ALTER EXTENSION UPGRADE, v3