On Sat, Oct 18, 2008 at 12:48:13PM -0400, Tom Lane wrote:
> Eric Haszlakiewicz <[EMAIL PROTECTED]> writes:
> > I just spent a couple of days trying to figure out why I couldn't start
> > two servers on the same port, even though I was configuring separate
> > listen_address values.
> 
> That's already documented not to work, and not for any hidden
> implementation reason: you'd have a conflict on the Unix-domain socket
> name.

er.. but I didn't get any kind of error about a conflict on a unix domain
socket, I got an error about shmget.  I don't even think it's possible
to have a conflict like that since the two servers were running in 
different chroot directories.

eric

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to