plscheme - plscheme: Avoid freeing SPI plan which will already be freed - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Avoid freeing SPI plan which will already be freed
Date
Msg-id 20080224093825.420EE17ADCE9@pgfoundry.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use our own getopt() and getopt_long() on Solaris, because that
Next
From: carvalho@pgfoundry.org (User Carvalho)
Date:
Subject: pllua - pllua: New Directory