r10285: * doc/*.xml: Fix spelling of Vladimir
[clsql.git] / db-postgresql-socket / postgresql-socket-api.lisp
index 7ad32362f2c86da708aebc53d6a83de6100c6939..4546d095ad23f0a95b2cc197ba13a5c05c96a2f4 100644 (file)
@@ -220,7 +220,7 @@ socket interface"
   (unless *crypt-library-loaded*
     (uffi:load-foreign-library 
      (uffi:find-foreign-library "libcrypt"
-                          '(#+64bit "/usr/lib64/"
+                          '(#+(or 64bit x86-64) "/usr/lib64/"
                             "/usr/lib/" "/usr/local/lib/" "/lib/"))
      :supporting-libraries '("c"))
     (setq *crypt-library-loaded* t)))
@@ -542,6 +542,7 @@ connection, if it is still open."
        while (listen socket)
        do
        (case (read-socket-value-int8 socket)
+         (#.+ready-for-query-message+)
          (#.+notice-response-message+
           (let ((message (read-socket-value-string socket)))
             (warn 'postgresql-warning :connection connection