X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-api.lisp;h=69719da2ca10760f54916ff8f25211596ee055b1;hb=5691bb90517d7c565a141d131da76c3de1f8d566;hp=06aedc6b01e6ff04873f8763556f5740ff14183d;hpb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;p=clsql.git diff --git a/db-postgresql/postgresql-api.lisp b/db-postgresql/postgresql-api.lisp index 06aedc6..69719da 100644 --- a/db-postgresql/postgresql-api.lisp +++ b/db-postgresql/postgresql-api.lisp @@ -18,8 +18,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :postgresql) +(in-package #:postgresql) ;;;; This file implements as little of the FFI bindings to the