From marijnh at gmail.com Tue Feb 2 14:55:29 2010 From: marijnh at gmail.com (Marijn Haverbeke) Date: Tue, 2 Feb 2010 15:55:29 +0100 Subject: [postmodern-devel] Postmodern SBCL UNIX sockets In-Reply-To: <4B68019B.4010607@copyleft.no> References: <4B66EBFA.2090808@copyleft.no> <4B68019B.4010607@copyleft.no> Message-ID: Hello Stian, I've pushed a patch to the repository that allows people to pass :unix as hostname on SBCL to cause cl-postgres to try and use a unix socket. I've also dropped the usocket dependency on that platform and switched to directly using sb-bsd-sockets, since usocket has half-a-zillion dependencies and doesn't really do anything useful -- there are only two places that have to be conditionalized, the connect call and the socket-error type. Best, Marijn