Re: log_min_duration_statement feature

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: log_min_duration_statement feature
Дата
Msg-id 035501c3093a$1aacc7f0$6500a8c0@fhp.internal
обсуждение исходный текст
Ответ на log_min_duration_statement feature  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: log_min_duration_statement feature  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
> Yes.  Consider declaring the "max value" in the GUC variable's info block
> as INT_MAX/1000 instead of INT_MAX.
>
> (We should go through all of the GUC variables with an eye to places
> where the max value is unrealistically high, but for the moment I'll
> settle for not introducing any new sillinesses ...)

OK, actually would it make more sense to just make it so that the duration
threshold is given in microseconds instead of milliseconds?  Then I wouldn't
have to multiply and people can threshold lower as well...?

Chris


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

Предыдущее
От: Michael Graff
Дата:
Сообщение: Re: IPv6 address parsing for inet/cidr types (take II)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: log_min_duration_statement feature