pgsql/src/backend/postmaster (postmaster.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster (postmaster.c)
Date: 2000-11-29 22:04:04
Message-ID: 200011292204.eATM44H50025@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, November 29, 2000 @ 17:04:04
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/postmaster
from hub.org:/home/projects/pgsql/tmp/cvs-serv50017

Modified Files:
postmaster.c

----------------------------- Log Message -----------------------------

Just noticed that with -S switch, MyProcPid is permanently wrong in
postmaster, because it isn't updated after forking away from the terminal.
Apparently it's not used anyplace in the postmaster ... but seems best
to make it show the correct PID ...

Browse pgsql-committers by date

  From Date Subject
Next Message vadim 2000-11-30 01:27:19 pgsql/src/backend/tcop (postgres.c)
Previous Message tgl 2000-11-29 20:59:54 pgsql/src/include (config.h.in miscadmin.h)