Re: Postmaster 7.1.2 hanging
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Clift <aa2@bigpond.net.au>
Cc: pgsql-bugs@postgresql.org
Date: 2001-07-06T13:21:38Z
Lists: 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