Re: PL/Python array support
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Date: 2009-11-12T15:28:57Z
Lists: pgsql-hackers
Attachments
- plpython-arrays.patch (text/x-patch) patch
On ons, 2009-11-04 at 16:02 +0200, Peter Eisentraut wrote: > Here is a patch to support arrays in PL/Python as parameters and > return values. Slightly updated version with fixed reference counting.