]> granicus.if.org Git - postgresql/commit
Allow ShowBufferUsage() to report the number of reads/writes that have
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Sep 2008 13:15:55 +0000 (13:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Sep 2008 13:15:55 +0000 (13:15 +0000)
commit35c2a3c3cf8ef497b090c9dbfae1bf565c62b2a3
treefa79e5ba6a59c64f31952ca0b445bed542c24585
parent32f159cc55bacad6a4737d3584cb69698c33fc86
Allow ShowBufferUsage() to report the number of reads/writes that have
occurred to temporary files.  This replaces the unused
NDirectFileRead/NDirectFileWrite counters.

Itagaki Takahiro
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/file/buffile.c
src/include/executor/execdebug.h
src/include/storage/buf_internals.h