I see this code in pg_ctl:

   PID=`sed -n 1p $PIDFILE`
   if [ "$PID" -lt 0 ];then
       PID=`expr 0 - $PID`


Wnen it is possible (and why) to have a negative number in postmaster.pid?

Thanks,
Mike





---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to