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
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.
>
>
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-