pgsql: Report postmaster.pid file as empty if it is empty, rather than

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Report postmaster.pid file as empty if it is empty, rather than
Date: 2012-08-29 21:05:40
Message-ID: E1T6pSG-0004gp-5n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Report postmaster.pid file as empty if it is empty, rather than
reporting in contains invalid data.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3825963e7fbaa8dbc462d4f5286ff6149f4703dd

Modified Files
--------------
src/backend/utils/init/miscinit.c | 8 ++++++++
src/bin/pg_ctl/pg_ctl.c | 9 +++++++--
2 files changed, 15 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-30 01:45:44 pgsql: Document that NOTIFY events are visible to all users.
Previous Message Heikki Linnakangas 2012-08-29 06:22:35 pgsql: Optimize SP-GiST insertions.