plscheme - plscheme: Guile exception handling is written from scratch.

Поиск
Список
Период
Сортировка
От knt@pgfoundry.org (User Knt)
Тема plscheme - plscheme: Guile exception handling is written from scratch.
Дата
Msg-id 20060907134600.32FB586C6D6@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Guile exception handling is written from scratch. We were just able to handle
exceptions raised at procedure execution, from now we'll be able to catch any
exception will be raised by Guile -- except it's raised from scm_init_guile(),
which is fortunately handled by PG_TRY().

Also, this will fix some redundant backtrace information display. Previously,
stack frame that is to be used to display backtrace information is not clear.
From now, we're marking the stack `throw' called via pre-unwind exception
handlers.

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.4&r2=1.5)

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

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Changing a test case also changes the output that is expected.
Следующее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: npgsql - Npgsql: New Directory