Problema:
Al intentar arrancar postgresql
-bash-4.1$ postmaster -D /path/to/data/
o con
$/etc/init.d/postgresql start
o con
$service postgresql start
da el error
FATAL: bogus data in lock file “postmaster.pid”: “”
Solución:
$mv postmaster.pid a postmaster.pid.bak
y arrancar postgresql
$service postgresql start
.