Re: Ability to listen on two unix sockets
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Andres Freund <andres@2ndquadrant.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-06-09T22:37:39Z
Lists: pgsql-hackers
On sön, 2012-06-10 at 00:25 +0200, Andres Freund wrote: > > > > We already have the ability to configure the Unix socket > directory in > > > > postgresql.conf. All you need to do is turn that into a list. > > > That doesn't help libpq using clients. > > There is no mandate here to do anything about that. > Well, Martin Pitt/the debian package is patching exactly that. Youre > saying > that everything that needs to be done to make that easier is to make > unix_socket_dir a list. So there seems to be some disparity there ;) > The Debian package doesn't need any change or assistance, really. You can change the default location of the socket by patching pg_config_manual.h, and that's a one-liner. The only thing that would make that slightly easier or better is making it a configure option, but that was intentionally decided against in the old days (not by me).