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

Поиск
Список
Период
Сортировка
От knt@pgfoundry.org (User Knt)
Тема plscheme - plscheme: Initialize guile just once for every session.
Дата
Msg-id 20061008133741.C8EB486CC04@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - plscheme: Remove deprecated features listing.
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - htdocs: Add an example about globally shared variables.