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

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

From
knt@pgfoundry.org (User Knt)
Date:
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)