]> granicus.if.org Git - postgresql/commit
More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 23 Mar 2009 01:52:38 +0000 (01:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 23 Mar 2009 01:52:38 +0000 (01:52 +0000)
commit471913a6a5d450fae4194ae626825fcc8e4604d6
tree3435ca74d340e893f301d06e29d67a9e5add51cd
parentc242e6b6d4042446d005732fdcc1daadc53071f6
More fixes for 8.4 DTrace probes.  Remove useless BUFFER_HIT/BUFFER_MISS
probes --- the BUFFER_READ_DONE probe provides the same information and more
besides.  Expand the LOCK_WAIT_START/DONE probe arguments so that there's
actually some chance of telling what is being waited for.  Update and
clean up the documentation.
doc/src/sgml/installation.sgml
doc/src/sgml/monitoring.sgml
src/backend/storage/buffer/bufmgr.c
src/backend/storage/lmgr/lock.c
src/backend/utils/probes.d