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
| Next: | From: User Knt | Date: 2006-10-08 13:53:31 |
| Subject: plscheme - htdocs: Add an example about globally shared variables. |
| Previous: | From: User Knt | Date: 2006-10-08 13:16:53 |
| Subject: plscheme - plscheme: Remove deprecated features listing. |