plscheme - plscheme: Fixed printing stuff in exception handler and added

Поиск
Список
Период
Сортировка
От knt@pgfoundry.org (User Knt)
Тема plscheme - plscheme: Fixed printing stuff in exception handler and added
Дата
Msg-id 20060921220548.B49B286C60D@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fixed printing stuff in exception handler and added ability to pass PostgreSQL
exceptions to Guile exception handler. This will be used for SPI execution
functions, which gives programmer the availability of catching spi-execute,
spi-prepare and spi-execute-prepared errors.

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.9&r2=1.10)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix free space map to correctly track the total amount of FSM
Следующее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - htdocs: Added an example about catching an spi-execute