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

From Tom Lane
Subject Re: changing the /tmp/ lock file?
Date
Msg-id 15081.1181759385@sss.pgh.pa.us
Whole thread Raw
In response to changing the /tmp/ lock file?  (Ben <bench@silentmedia.com>)
Responses Re: changing the /tmp/ lock file?  (Ben <bench@silentmedia.com>)
List pgsql-general
Ben <bench@silentmedia.com> writes:
> I'm trying to impliment an automatic failover system, and am running into
> the problem that when I try to start multiple postgres clusters on the
> same box, postgres will not start if /tmp/.s.PGSQL.5432.lock exists. Can I
> change the file it's looking for via an option? Nothing seemed obvious
> from a quick review of the docs, short of (presumably) changing the port
> number, which I don't want to do.

That lock file exists specifically to keep you from doing that (ie,
having more than one postmaster listening on the same port).  Trying
to defeat the lock is not a good idea.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: how to speed up query
Next
From: Greg Smith
Date:
Subject: Re: changing the /tmp/ lock file?