Allow ShowBufferUsage() to report the number of reads/writes that have
Tom Lane <tgl@sss.pgh.pa.us>
Allow ShowBufferUsage() to report the number of reads/writes that have occurred to temporary files. This replaces the unused NDirectFileRead/NDirectFileWrite counters. Itagaki Takahiro
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/buffer/buf_init.c | modified | +3 −1 |
| src/backend/storage/buffer/bufmgr.c | modified | +4 −10 |
| src/backend/storage/file/buffile.c | modified | +6 −1 |
| src/include/executor/execdebug.h | modified | +1 −16 |
| src/include/storage/buf_internals.h | modified | +3 −1 |