Обсуждение: pgsql: Add some optional code (conditionally compiled under #ifdef

Поиск
Список
Период
Сортировка

pgsql: Add some optional code (conditionally compiled under #ifdef

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)
to track the number of LWLock acquisitions and the number of times we
block waiting for an LWLock, on a per-process basis.  After having needed
this twice in the past few months, seems like it should go into CVS.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        lwlock.c (r1.38 -> r1.39)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lwlock.c.diff?r1=1.38&r2=1.39)