plscheme - plscheme: Initialize guile just once for every session. - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Initialize guile just once for every session.
Date
Msg-id 20061008133741.C8EB486CC04@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Initialize guile just once for every session. And define a global variable,
"shared", that's accessible by all procedures within the current session.
Furthermore, any definition issued by a procedure will be placed in the top
lexical scope at the initialization, which means related definition will be
accessible by other procedure calls within the same session too.

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: Remove deprecated features listing.
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - htdocs: Add an example about globally shared variables.