Re: changing the /tmp/ lock file?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben <bench(at)silentmedia(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: changing the /tmp/ lock file?
Date: 2007-06-13 21:06:07
Message-ID: 18257.1181768767@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ben <bench(at)silentmedia(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-06-13 21:16:34 Re: how to speed up query
Previous Message Ron Johnson 2007-06-13 21:00:19 Re: pointer to feature comparisons, please