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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [pgsql-patches] pltcl/plython fixes for spi_prepare types
Date: 2007-02-21 03:33:03
Message-ID: 45DBBD6F.2000908@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


now applied.

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.
>>
>>

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Smith 2007-02-21 03:59:37 Re: WIP patch - INSERT-able log statements
Previous Message Joshua D. Drake 2007-02-21 03:24:52 Re: tsearch in core patch, for inclusion