postmaster.pid in version 7.4 - Mailing list pgsql-bugs

From Dario Marini
Subject postmaster.pid in version 7.4
Date
Msg-id 3FD04E5A.8030608@st.com
Whole thread Raw
Responses Re: postmaster.pid in version 7.4
List 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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error compiling PostgreSQL 7.4 for Fedora Core 1
Next
From: saint
Date:
Subject: (ver. 7.4) select netmask('192.168.1.5/24') return '255.255.255.0/24' not '255.255.255.0' (example in docs)