X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-api.lisp;h=47894913f421d53db4eb20c5e69eece65d668675;hb=ab37892bfa71e0d66021cc73f28cd189be30c81c;hp=b006bf655a733f89f12dd06d1f8965c3ad01655e;hpb=eb52183ddb786552d5abf6fdfaaca657e0c56ea0;p=clsql.git diff --git a/db-postgresql/postgresql-api.lisp b/db-postgresql/postgresql-api.lisp index b006bf6..4789491 100644 --- a/db-postgresql/postgresql-api.lisp +++ b/db-postgresql/postgresql-api.lisp @@ -18,7 +18,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package #:postgresql) +(in-package #:pgsql) ;;;; This file implements as little of the FFI bindings to the @@ -138,7 +138,7 @@ ((res pgsql-result) (field-code :int)) :module "postgresql" - :returning (* char)) + :returning :cstring) (declaim (inline PQresultErrorMessage)) (uffi:def-function ("PQresultErrorMessage" PQresultErrorMessage)