X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=interfaces%2Fpostgresql%2Fpostgresql-api.cl;h=b12de513e14005b2998bf90928e187bf0099f5dd;hp=f2319bec39b8d9f9a84a840af1446be02b9ca256;hb=f1930020ce73039b8627af801722c28afff5d31d;hpb=35a6150bba27d78ccc452aa1c0fc0701def46be2 diff --git a/interfaces/postgresql/postgresql-api.cl b/interfaces/postgresql/postgresql-api.cl index f2319be..b12de51 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.3 2002/03/25 14:13:41 kevin Exp $ +;;;; $Id: postgresql-api.cl,v 1.4 2002/03/27 08:09:25 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -57,10 +57,10 @@ ((:bytea 17) (:int2 21) (:int4 23) + (:int8 20) (:float4 700) (:float8 701))) - ;;(declaim (inline PQsetdbLogin)) ;; causes compile error in LW 4.2.0 (uffi:def-function ("PQsetdbLogin" PQsetdbLogin) ((pghost :cstring)