Re: postmaster shutdown failed - Mailing list pgsql-general

From Ed L.
Subject Re: postmaster shutdown failed
Date
Msg-id 200405202309.59461.pgsql@bluepolka.net
Whole thread Raw
In response to postmaster shutdown failed  (Durai raj <mail_714@yahoo.co.uk>)
List pgsql-general
On Thursday May 20 2004 10:11, Durai raj wrote:
> When I stop the postmaster in another session or in
> terminal, I got the following error:
>
> $ pg_ctl -D /var/opt/iexpress/postgresql stop
> waiting for postmaster to shut
> down................................................................
> failed
> pg_ctl: postmaster does not shut down
> $
>
> Is there any other way to shutdown in this situation?
> (Or)
> How to know whether database is accessed or not?
> (Or)
> How to shutdown the postmaster safely from the above
> situation?

You probably have an open transaction in your psql session which prevents
the "smart" shutdown from completing.  You can either finish your
transactions (for smart shutdown) or you can roll them back (with "fast"
shutdown).  See the manual ... for 7.3, it's

http://www.postgresql.org/docs/7.3/static/postmaster-shutdown.html

and also the man page for pg_ctl options to invoke smart/fast/immediate
shutdowns.

HTH.


pgsql-general by date:

Previous
From: David Siegal
Date:
Subject: Run external program upon change
Next
From: Stefan
Date:
Subject: Re: NFS performance tuning