The following bug has been logged online:

Bug reference:      5746
Logged by:          Jeff Mace
Email address:      jeff.m...@continuent.com
PostgreSQL version: 9.0.1
Operating system:   CentOS
Description:        /etc/init.d/postgresql-9.0 status returns the wrong
value
Details: 

The following code change is required in the script to check for the proper
file.

status -p /var/run/postmaster-9.0.${PGPORT}pid

should be

status -p /var/run/postmaster-9.0.${PGPORT}.pid

A '.' is needed after ${PGPORT}.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to