pgsql: Per previous analysis, the most correct notion of SampleOverhead

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Per previous analysis, the most correct notion of SampleOverhead
Дата
Msg-id 20060607184903.BD4859FA3AD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Per previous analysis, the most correct notion of SampleOverhead is that
it is just the total time to do INSTR_TIME_SET_CURRENT(), and not any of
the other code involved in InstrStartNode/InstrStopNode.  Even though I
fear we may end up reverting this patch altogether, we may as well have
the most correct version in our CVS archive.

Modified Files:
--------------
    pgsql/src/backend/executor:
        instrument.c (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/instrument.c.diff?r1=1.16&r2=1.17)

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

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres: Fixed Bug: Dataitem not being set to null when data
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: New Directory