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 20050420231022.9CE4653745@svr1.postgresql.org
Whole thread Raw
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.

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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pg_ctl status do a kill() test to verify that the PID found
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Install some slightly realistic cost estimation for bitmap index