Code review for dtrace probes added (so far) to 8.4. Adjust placement of
Tom Lane <tgl@sss.pgh.pa.us>
Code review for dtrace probes added (so far) to 8.4. Adjust placement of some bufmgr probes, take out redundant and memory-leak-inducing path arguments to smgr__md__read__done and smgr__md__write__done, fix bogus attempt to recalculate space used in sort__done, clean up formatting in places where I'm not sure pgindent will do a nice job by itself.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +6 −5 |
| src/backend/storage/buffer/bufmgr.c | modified | +39 −29 |
| src/backend/storage/smgr/md.c | modified | +21 −5 |
| src/backend/utils/probes.d | modified | +10 −9 |
| src/backend/utils/sort/tuplesort.c | modified | +31 −14 |