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

From: knt(at)pgfoundry(dot)org (User Knt)
To: pgsql-committers(at)postgresql(dot)org
Subject: plscheme - plscheme: Fixed printing stuff in exception handler and added
Date: 2006-09-21 22:05:48
Message-ID: 20060921220548.B49B286C60D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Knt 2006-09-21 22:13:58 plscheme - htdocs: Added an example about catching an spi-execute
Previous Message Tom Lane 2006-09-21 20:31:22 pgsql: Fix free space map to correctly track the total amount of FSM