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:16
Message-ID: 20050420231016.CCAF753405@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.

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-20 23:10:22 pgsql: Make pg_ctl status do a kill() test to verify that the PID found
Previous Message Tom Lane 2005-04-20 22:19:59 pgsql: Add note clarifying that indexes that support ordered scans had