[COMMITTERS] npgsql - Npgsql2: Fixed problem when calling functions with inout or

2008-02-24 Thread User Fxjr
Log Message: --- Fixed problem when calling functions with inout or out parameters. They were being incorrectly added with a column list which was complained by postgresql server: ERROR: 42601: a column definition list is only allowed for functions returning "record". See http://pgfou

[COMMITTERS] pllua - pllua: Added regression tests, row stamp for functions, and

2008-02-24 Thread User Carvalho
Log Message: --- Added regression tests, row stamp for functions, and generic I/O interface. Modified Files: -- pllua: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/Makefile.diff?r1=1.8&r2=1.9) pllua.h (r1.11 -> r

[COMMITTERS] pllua - pllua: New Directory

2008-02-24 Thread User Carvalho
Update of /cvsroot/pllua/pllua/expected In directory pgfoundry.org:/tmp/cvs-serv90277/expected Log Message: Directory /cvsroot/pllua/pllua/expected added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list archives?

[COMMITTERS] pllua - pllua: New Directory

2008-02-24 Thread User Carvalho
Update of /cvsroot/pllua/pllua/sql In directory pgfoundry.org:/tmp/cvs-serv90251/sql Log Message: Directory /cvsroot/pllua/pllua/sql added to the repository ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://

[COMMITTERS] plscheme - plscheme: Avoid freeing SPI plan which will already be freed

2008-02-24 Thread User Knt
Log Message: --- Avoid freeing SPI plan which will already be freed at the end of function transaction. Move plan into a permanent memory context and let Guile GC do its work. (Patch from Willem Dijkstra & Yeb Havinga.) Modified Files: -- plscheme: plscheme.c (r1.24