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

Started by Nonameover 18 years ago1 messagescomitters
Jump to latest
#1Noname
knt@pgfoundry.org

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 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.24&r2=1.25)