plscheme - plscheme: Initialize guile just once for every session.

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Initialize guile just once for every session.
Date: 2006-10-08 13:37:41
Message-ID: 20061008133741.C8EB486CC04@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Knt 2006-10-08 13:53:31 plscheme - htdocs: Add an example about globally shared variables.
Previous Message User Knt 2006-10-08 13:16:53 plscheme - plscheme: Remove deprecated features listing.