pgsql: Tweak the behavior of log_duration as proposed by Guillaume Smet:

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak the behavior of log_duration as proposed by Guillaume Smet:
Дата
Msg-id 20060908155553.99A319FB1DF@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak the behavior of log_duration as proposed by Guillaume Smet: rather
than being equivalent to setting log_min_duration_statement to zero, this
option now forces logging of all query durations, but doesn't force logging
of query text.  Also, add duration logging coverage for fastpath function
calls.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.84 -> r1.85)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.84&r2=1.85)
    pgsql/src/backend/tcop:
        fastpath.c (r1.91 -> r1.92)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/fastpath.c.diff?r1=1.91&r2=1.92)
        postgres.c (r1.507 -> r1.508)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.507&r2=1.508)
    pgsql/src/include/tcop:
        tcopprot.h (r1.82 -> r1.83)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/tcop/tcopprot.h.diff?r1=1.82&r2=1.83)

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

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Not all C compilers understand the "//" comment in this test
Следующее
От: cmaj@pgfoundry.org (User Cmaj)
Дата:
Сообщение: pgaccess - pgaccess: make tab imports with wizard a little easier