Re: enable logging of start time/cookie for all backend processes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: enable logging of start time/cookie for all backend processes
Дата
Msg-id 20070801163656.GC10324@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: enable logging of start time/cookie for all backend processes  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: enable logging of start time/cookie for all backend processes  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andrew Dunstan wrote:
>
>
> Andrew Dunstan wrote:
>>
>> The attached patch makes a very small but useful change to the behaviour
>> of log_line_prefix, by enabling the start time (%s) and cookie (%c)
>> logging to occur for all backends rather than just for session processes
>> (i.e. backends started for a client connection). We actually need almost
>> all of this patch, with or without the change in behaviour, so we can put
>> the cookie in CSVlogs (which I'm still working on), since the cookie+line
>> number make the natural primary key for the logs. The actual change in
>> behaviour from this patch comes from the removal of 2 "if (MyProcPort)"
>> lines in elog.c. Given that, can I sneak this in or should I wait for 8.4
>> given we're long past feature freeze?
>>
>> Most of this has been factored out (and cleaned up) from my previous
>> CSVlog patch, so it's not new. I did that so that what is left when I
>> finish will have a rather smaller footprint, as this part seemed fairly
>> seperable.
>
> I haven't seen a response to this. If there's no objection I intend to
> apply this.

I was just looking at it.  I was wondering why didn't you set the start
time in syslogger and bgwriter.  If it isn't necessary for those, why do
you bother setting it in autovac launcher?

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

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

В списке pgsql-patches по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: enable logging of start time/cookie for all backend processes
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: enable logging of start time/cookie for all backend processes