r9186: add attribute caching, improve inititialize-database-type
[clsql.git] / db-postgresql-socket / postgresql-socket-api.lisp
index fe31cedd1424c9b183d59f2510d7275f1ca659dc..936f6dbb3dd0696e9970acf7b8ea8f9abd3d93e7 100644 (file)
@@ -560,8 +560,7 @@ connection, if it is still open."
   (force-output (postgresql-connection-socket connection)))
 
 (defun wait-for-query-results (connection)
-  (asse
-rt (postgresql-connection-open-p connection))
+  (assert (postgresql-connection-open-p connection))
   (let ((socket (postgresql-connection-socket connection))
        (cursor-name nil)
        (error nil))