Re: enable logging of start time/cookie for all backend processes - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: enable logging of start time/cookie for all backend processes
Date
Msg-id 46B0C5A0.80100@dunslane.net
Whole thread Raw
In response to Re: enable logging of start time/cookie for all backend processes  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: enable logging of start time/cookie for all backend processes  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches

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? I think
it's a better place than InitAuxiliaryProcess, because at that stage no
logging can have taken place. Maybe we just need to remove the other
special cases ... I'll take another look.

cheers

andrew

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: enable logging of start time/cookie for all backend processes
Next
From: Alvaro Herrera
Date:
Subject: Re: enable logging of start time/cookie for all backend processes