pgsql: Use postmaster_is_alive() check in pg_ctl restart as well as

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use postmaster_is_alive() check in pg_ctl restart as well as
Date: 2005-05-04 22:35:22
Message-ID: 20050504223522.EA1E4549A1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,
so that restart doesn't fail when old postmaster died unbetimes.

Tags:
----
REL8_0_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-05 00:19:47 pgsql: Allow implicit cast from any named composite type to RECORD.
Previous Message Tom Lane 2005-05-04 22:35:15 pgsql: Use postmaster_is_alive() check in pg_ctl restart as well as