r10265: fix as noted on #lisp
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 16 Jan 2005 03:44:12 +0000 (03:44 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 16 Jan 2005 03:44:12 +0000 (03:44 +0000)
db-postgresql-socket/postgresql-socket-api.lisp

index 7ad32362f2c86da708aebc53d6a83de6100c6939..dbf41d1f232be7a0b84537b83f64c9c9510d3733 100644 (file)
@@ -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