plscheme - plscheme: Fixed printing stuff in exception handler and added - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Fixed printing stuff in exception handler and added
Date
Msg-id 20060921220548.B49B286C60D@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix free space map to correctly track the total amount of FSM
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - htdocs: Added an example about catching an spi-execute