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

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Guile exception handling is written from scratch.
Date: 2006-09-07 13:46:00
Message-ID: 20060907134600.32FB586C6D6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-09-07 15:16:16 edb-debugger - workstation: Correction of a format.
Previous Message Michael Meskes 2006-09-07 11:18:47 pgsql: Changing a test case also changes the output that is expected.