Re: changing the /tmp/ lock file? - Mailing list pgsql-general

From Tom Lane
Subject Re: changing the /tmp/ lock file?
Date
Msg-id 18257.1181768767@sss.pgh.pa.us
Whole thread Raw
In response to Re: changing the /tmp/ lock file?  (Ben <bench@silentmedia.com>)
List pgsql-general
Ben <bench@silentmedia.com> writes:
> Why would that be a problem if each is configured to listen on different
> addresses?

Because if they're all on the same port number, they're all trying to
use the same Unix socket.

Now, if you are mostly interested in communicating with them over IP,
you could use unix_socket_directory to force their socket files into
different places.  This'll be a PITA for local use of Unix socket
connections, but if that's what you want ...

            regards, tom lane

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: pointer to feature comparisons, please
Next
From: Tom Lane
Date:
Subject: Re: how to speed up query