Re: fix log_min_duration_statement logic error

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: fix log_min_duration_statement logic error
Дата
Msg-id 200310090241.h992fxM07050@candle.pha.pa.us
обсуждение исходный текст
Ответ на fix log_min_duration_statement logic error  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
pgman wrote:
>
> OK, patch attached and applied.  Changes are:
>
>     "query:" now "statement:"
>     log_duration also now prints when log_min_duration_statement prints

Oh, sample is:

LOG:  statement: select 1;
LOG:  duration: 0.329 ms
LOG:  duration: 0.329 ms  statement: select 1;

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fix log_min_duration_statement logic error
Следующее
От: Karel Zak
Дата:
Сообщение: 7.4: pg_dumplo fix