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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_ctl status do a kill() test to verify that the PID found
Date: 2005-04-20 23:10:22
Message-ID: 20050420231022.9CE4653745@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.53 -> r1.53.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.53&r2=1.53.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-21 02:28:02 pgsql: Install some slightly realistic cost estimation for bitmap index
Previous Message Tom Lane 2005-04-20 23:10:16 pgsql: Make pg_ctl status do a kill() test to verify that the PID found