pgsql: Per previous analysis, the most correct notion of SampleOverhead - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Per previous analysis, the most correct notion of SampleOverhead
Date
Msg-id 20060607184903.BD4859FA3AD@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres: Fixed Bug: Dataitem not being set to null when data
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: New Directory