X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket.system;h=aa35889c528c60727ec5985bdbab85eb617401a6;hp=197b289023ecb9c26e708263fe414aab98095c33;hb=4f48d771ad17d7e753382fe8f551e7a9ca9e7b53;hpb=0ba06f88c7b2e70c3fe8007b9aa9d7bbfef9afcd diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 197b289..aa35889 100644 --- a/clsql-postgresql-socket.system +++ b/clsql-postgresql-socket.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.system,v 1.6 2002/05/13 00:45:10 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.7 2002/05/13 22:05:20 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -30,7 +30,4 @@ :depends-on ("postgresql-socket-package")) (:file "postgresql-socket-sql" :depends-on ("postgresql-socket-api"))) - :depends-on (:clsql-base :uffi) - :finally-do - (when (clsql-sys:database-type-library-loaded :postgresql-socket) - (clsql-sys:initialize-database-type :database-type :postgresql-socket))) + :depends-on (:clsql-base :uffi))