Alvaro Herrera wrote:
Andrew Dunstan wrote:
Alvaro Herrera wrote:
I am also wondering if setting it in InitAuxiliaryProcess is redundant
(or rather, whether the extra set in each auxiliary process is redundant
with the call in InitAuxiliaryProcess).
Well, it's set right at the front of SubPostmasterMain, immediately after
setting MyProcPid. Is that enough to catch every path?
Only in the EXEC_BACKEND case, right? It's not used at all in the other
case.
Yeah. I need to stop multitasking - brain functions less well.
My original thought was that it needed to be set anywhere MyProcPid was
set. That still seems to make sense, it just looks like I missed a few
places, which I should fix.
cheers
andrew
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate