plscheme - plscheme: Guile exception handling is written from scratch. - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Guile exception handling is written from scratch.
Date
Msg-id 20060907134600.32FB586C6D6@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Changing a test case also changes the output that is expected.
Next
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: npgsql - Npgsql: New Directory