postmaster.pid in version 7.4

From: Dario Marini <dario(dot)marini(at)st(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: postmaster.pid in version 7.4
Date: 2003-12-05 09:22:34
Message-ID: 3FD04E5A.8030608@st.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

My postmaster.pid is something like:

23479
/export/home1/staff/marini/pgsql/data
5432001 11703

I don't know if there is something wrong with my installation (I run
postgresql on Ultra-2 station with Solaris 6), for sure I cannot stop
postgrsql server using:

kill `cat /usr/local/pgsql/data/postmaster.pid`

as described in INSTALL file.
The right stop command should be:

kill `cat /usr/local/pgsql/data/postmaster.pid|head -1`

Best regards

Dario Marini

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2003-12-05 16:47:58 BUG #1001: Inconsistent authentication between psql and PQconnectdb - possible security implications?
Previous Message Neil Conway 2003-12-05 04:23:38 Re: libpq3 + ssl memory leak