X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=interfaces%2Fpostgresql%2Fpostgresql-api.cl;h=36b093f5d0102aae8e29c22baa0f54d469210055;hp=a29a54690b8bdb02aae131caadcd9269c8bc8ff9;hb=e596bda48686fd7df4fe7cb2740cd2144a22fb79;hpb=d9e609eddd22c1f837d9b030ebc15b0f40ddf5f0 diff --git a/interfaces/postgresql/postgresql-api.cl b/interfaces/postgresql/postgresql-api.cl index a29a546..36b093f 100644 --- a/interfaces/postgresql/postgresql-api.cl +++ b/interfaces/postgresql/postgresql-api.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-api.cl,v 1.1 2002/03/23 17:10:48 kevin Exp $ +;;;; $Id: postgresql-api.cl,v 1.2 2002/03/24 22:25:51 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -165,7 +165,7 @@ (tup-num :int) (field-num :int)) :module "postgresql" - :returning :cstring) + :returning (* :unsigned-char)) (declaim (inline PQgetlength)) (uffi:def-function ("PQgetlength" PQgetlength)