Re: [pgsql-patches] pltcl/plython fixes for spi_prepare types - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: [pgsql-patches] pltcl/plython fixes for spi_prepare types
Date
Msg-id 45DB61BF.9050700@dunslane.net
Whole thread Raw
In response to Re: [pgsql-patches] pltcl/plython fixes for spi_prepare types  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Oops.! That one got away. I'll work on it tonight.

cheers

andrew

Bruce Momjian wrote:
> Uh, I haven't seen this applied yet.
>
> ---------------------------------------------------------------------------
>
> Andrew Dunstan wrote:
>
>> Here's a patch along the same lines as the fix for plperl committed
>> earlier today, that allows passing type aliases to spi_prepare as well
>> as types named in pg_type. It also removes the mention of the previous
>> limitation in the pltcl docs. Unlike the plperl and pltcl cases, I
>> didn't use the simpler form that Tom suggested for plpython, as that
>> code wants to get hold of the HeapTuple. If anyone wants to tidy that up
>> some, feel free. Also, some regression tests from those with more tcl-fu
>> or python-fu that I have would be nice.
>>
>> I'll apply this in a day or two unless there's an objection.
>>
>>


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [pgsql-patches] [HACKERS] less privileged pl install
Next
From: Bruce Momjian
Date:
Subject: Re: [pgsql-patches] scrollable cursor support for plpgsql