[PATCHES] implement prepared queries in plperl

2005-12-08 Thread Dmitry Karasik
-- Sincerely, Dmitry Karasik diff -rcN plperl.cvs/SPI.xs plperl.0/SPI.xs *** plperl.cvs/SPI.xs Thu Oct 27 12:34:29 2005 --- plperl.0/SPI.xs Thu Dec 8 10:35:38 2005 *** *** 146,150 --- 146,226 OUTPUT: RETVAL + SV* + spi_spi_prepare

Re: [PATCHES] implement prepared queries in plperl

2005-12-08 Thread Dmitry Karasik
( pointer_type*, SvUV(pointer)), to extinguish warnings. - Changed logic in plperl_spi_query() which I don't think correctly handled the case when SPI_prepare() fails. -- Sincerely, Dmitry Karasik --- catpipe Systems ApS *BSD solutions, consulting, development www.catpipe.net +45 7021 0050

Re: [PATCHES] implement prepared queries in plperl

2005-12-09 Thread Dmitry Karasik
. The script collateindex.pl is also not included in the cvstree, so I'm not sure if I've installed the required version. -- Sincerely, Dmitry Karasik ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [PATCHES] implement prepared queries in plperl

2005-12-09 Thread Dmitry Karasik
please supply documentation (i.e. a patch to the SGML) to accompany this patch the patch to doc/src/sgml/plperl.sgml is attached. -- Sincerely, Dmitry Karasik Index: plperl.sgml === RCS file: /projects/cvsroot/pgsql

Re: [PATCHES] implement prepared queries in plperl

2006-03-01 Thread Dmitry Karasik
in $_SHARED{}, if necessary, but when finally the handle has to be released, a wrapper for spi_freeplan() has to be called anyway. -- Sincerely, Dmitry Karasik ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send