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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Make pg_ctl status do a kill() test to verify that the PID found
Date
Msg-id 20050420231016.CCAF753405@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make pg_ctl status do a kill() test to  (Simon Riggs <simon@2ndquadrant.com>)
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add note clarifying that indexes that support ordered scans had
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pg_ctl status do a kill() test to verify that the PID found