Re: [postmodern-devel] Unix socket directory configuration

2012-09-03 Thread Marijn Haverbeke
Hi Zach, I've exported and documented the variable in https://github.com/marijnh/Postmodern/commit/c7b49bd075923bc3861b15c1ae944d28311be84a . The leading-slash thing is nice, but since support for unix sockets is currently a hack only supported on SBCL+Unix, I didn't feel comfortable integrating i

Re: [postmodern-devel] Unix socket directory configuration

2012-08-31 Thread Zach Beane
Zach Beane writes: > Hi, > > I'm trying to use Postmodern on Linux with a Postgres built from > scratch. The default value for the Unix socket directory in that > situation is /tmp. Postmodern defaults it to /var/run/postgresql, which > is more typical for a vendor-packaged Postgres on Linux. > >

[postmodern-devel] Unix socket directory configuration

2012-08-31 Thread Zach Beane
Hi, I'm trying to use Postmodern on Linux with a Postgres built from scratch. The default value for the Unix socket directory in that situation is /tmp. Postmodern defaults it to /var/run/postgresql, which is more typical for a vendor-packaged Postgres on Linux. It's easy enough to alter/bind cl-