Re: fix log_min_duration_statement logic error

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: fix log_min_duration_statement logic error
Дата
Msg-id 1065373485.23288.173.camel@jester
обсуждение исходный текст
Ответ на Re: fix log_min_duration_statement logic error  (ohp@pyrenet.fr)
Ответы Re: fix log_min_duration_statement logic error  (ohp@pyrenet.fr)
Список pgsql-patches
> > That was true already with log_statement and log_duration as separate
> > operations.  People use log_pid to deal with it.
> Sorry to jump in... the log_pid is NOT ENOUGH where you have more than
> 30000 connections a day (witch is my case)

log_pid isn't enough, but log_pid + log_connections certainly is.

log_connections tells you when a new connection was made, so guessing
isn't required.

> There has been discussion as to have 1 Log file/database where are we on
> that? Is it dead?

Well, this wouldn't help either unless you happen to have several not so
active databases that makes for a busy system.

Вложения

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

Предыдущее
От: "Serguei Mokhov"
Дата:
Сообщение: Russian NLS update: pg_dump, libpq, psql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: fix log_min_duration_statement logic error