Re: Additional startup logging

Поиск
Список
Период
Сортировка
От Takahiro Itagaki
Тема Re: Additional startup logging
Дата
Msg-id 20100701114351.B04A.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Additional startup logging  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Additional startup logging  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> wrote:

> It seems potentially useful to LOG the version() string in the log
> file during startup.  It might also help to LOG any settings which
> might result in the loss of committed transactions or in database
> corruption during startup.  (After a crash, the postgresql.conf file
> might not show the values which were in effect during startup, and
> it is too late to "show" the values.)

I think such logs depends on purposes, so they should be customizable.

You could write a module, that is registered in 'shared_preload_libraries'
and logs internal information you want from _PG_init() or shmem_startup_hook.

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Streaming Replication: Checkpoint_segment and wal_keep_segments on standby
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Additional startup logging