Re: pidfile location missing after restarting crashed server in 8.1
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
- Cc: pgsql-hackers(at)postgresql(dot)org
- Subject: Re: pidfile location missing after restarting crashed server in 8.1
- Date: Wed, 26 Oct 2005 14:59:55 -0400
- Message-id: <9804(dot)1130353195(at)sss(dot)pgh(dot)pa(dot)us>
Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> writes:
> the difference being that in 8.0 we printed the full path of the pid file, in
> 8.1 we do not. there could be a good reason for this,
Yeah: it's now being accessed by a relative path (relative to $PGDATA,
which we have already chdir'd into at this point).
regards, tom lane
Home |
Main Index |
Thread Index