r10325: * sql/oodml.lisp: Use explicit database in fault-join-target-slot
[clsql.git] / BUGS
1 1. SBCL/Postgresql Interaction
2
3 Gabor Melis reported an interaction with SBCL and the postgresql
4 database backend using a multithreaded program and Portable
5 AllegroServe. It appears that libpg installs its own SIGPIPE
6 handler. When a multithreaded program servicing socket requests has
7 SIGPIPE conditions thrown, the running SBCL instance is killed.  The
8 web page http://linux.com.hk/docs/postgresql/libpq-threading.html has
9 more information about libpq's SIGPIPE handler.