pgsql: Make pg_ctl status do a kill() test to verify that the PID found

Started by Tom Laneabout 21 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Make pg_ctl status do a kill() test to verify that the PID found in
postmaster.pid still represents a live postmaster.

Modified Files:
--------------
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.55&r2=1.56)

#2Simon Riggs
simon@2ndQuadrant.com
In reply to: Tom Lane (#1)
Re: pgsql: Make pg_ctl status do a kill() test to

On Wed, 2005-04-20 at 20:10 -0300, Tom Lane wrote:

Log Message:
-----------
Make pg_ctl status do a kill() test to verify that the PID found in
postmaster.pid still represents a live postmaster.

Modified Files:
--------------
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.55 -> r1.56)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.55&r2=1.56)

You mean it doesn't lie anymore?

Old habits...

Best Regards, Simon Riggs