Re: Postmaster 7.1.2 hanging - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Postmaster 7.1.2 hanging
Date
Msg-id 6908.994425698@sss.pgh.pa.us
Whole thread Raw
In response to Postmaster 7.1.2 hanging  (Justin Clift <aa2@bigpond.net.au>)
List pgsql-bugs
Justin Clift <aa2@bigpond.net.au> writes:
> Just did a :
> pg_ctl stop -m fast
> And the postmaster process won't die.

Can't duplicate it here.  Can you attach to the postmaster process with
a debugger and see what it thinks its state is?  The static variables in
postmaster.c are the things to look at.  Are there still entries
in BackendList?  Are any of StartupPID, ShutdownPID, CheckPointPID
nonzero?  What's the value of Shutdown?  Etc.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "pgsql-bugs"
Date:
Subject: Re: Postmaster 7.1.2 hanging
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Query rewriting limit needs to be a little bigger or tunable