Re: restart error - Mailing list pgsql-novice

From Shoaib Mir
Subject Re: restart error
Date
Msg-id bf54be870610051335n29e4ba46p7d270058a9f32bed@mail.gmail.com
Whole thread Raw
In response to Re: restart error  (Sean Davis <sdavis2@mail.nih.gov>)
Responses Re: restart error  (Ray Stell <stellr@cns.vt.edu>)
List pgsql-novice
OR you can use

pg_ctl -D <data-folder> -mf

Thanks,
----
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 10/6/06, Sean Davis <sdavis2@mail.nih.gov> wrote:
On Thursday 05 October 2006 16:26, Ray Stell wrote:
> On Wed, Oct 04, 2006 at 01:28:37PM -0400, Tom Lane wrote:
> > Ray Stell <stellr@cns.vt.edu> writes:
> > > [ postgresql@stell ~]$ pg_ctl restart  -D /var/pgsql/data
> > > waiting for postmaster to shut
> > > down...............................................................
> > > failed pg_ctl: postmaster does not shut down
> > > [postgresql@stell ~]$
> > >
> > > yet postmaster is gone:
> >
> > Looking at the code, it seems that pg_ctl is waiting for the postmaster
> > lock file (/var/pgsql/data/postmaster.pid) to disappear.  Perhaps you've
> > got some kind of file permissions bollix that prevented the postmaster
> > from removing that file?
>
> Turns out I had an open session in another shell I'd
> forgotten about.  I tried again with similar results and
> as I sent \q on the outstanding session, pm went down instantly:

select * from pg_stat_activity;

is your friend.

Sean

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: restart error
Next
From: Ray Stell
Date:
Subject: Re: restart error