Re: pgsql: Make pg_ctl status do a kill() test to

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make pg_ctl status do a kill() test to
Date: 2005-04-21 23:20:26
Message-ID: 1114125626.21529.10.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-04-22 00:19:30 python - ex: Make setup import friendly.
Previous Message Bruce Momjian 2005-04-21 22:19:27 pgsql: Clarify use of MD5 authentication and pg_shadow encryption.