]> granicus.if.org Git - postgresql/commit
Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 May 2005 22:35:22 +0000 (22:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 May 2005 22:35:22 +0000 (22:35 +0000)
commitb22bbd6f6ec3d90b8c1789060c72b79626001e2c
tree7f972a5f6babc26d36c788ec98f2ddafd5a1e875
parent32083d2a5cdf00f304dad4667911c128c553b3ee
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.
src/bin/pg_ctl/pg_ctl.c