postgres -D /usr/local/var/postgres
を実行します 次のように表示されます:
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 379) running in data directory "/usr/local/var/postgres"?
次に、kill -9 PID
を実行します ヒント
そして、あなたは行ってもいいはずです。