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

From Alvaro Herrera
Subject Re: enable logging of start time/cookie for all backend processes
Date
Msg-id 20070801185733.GC12460@alvh.no-ip.org
Whole thread Raw
In response to Re: enable logging of start time/cookie for all backend processes  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: enable logging of start time/cookie for all backend processes  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan wrote:

> 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).

> 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.

+1 because of cleanliness, even if some calls turn out to be redundant.
That was in fact what I initially thought you were doing.

--
Alvaro Herrera                               http://www.PlanetPostgreSQL.org/
"Porque francamente, si para saber manejarse a uno mismo hubiera que
rendir examen... ¿Quién es el machito que tendría carnet?"  (Mafalda)

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: enable logging of start time/cookie for all backend processes
Next
From: Heikki Linnakangas
Date:
Subject: Re: HOT patch - version 11