The attached patch contains a couple of fixes in the existing probes and
Bruce Momjian <bruce@momjian.us>
The attached patch contains a couple of fixes in the existing probes and includes a few new ones. - Fixed compilation errors on OS X for probes that use typedefs - Fixed a number of probes to pass ForkNumber per the relation forks patch - The new probes are those that were taken out from the previous submitted patch and required simple fixes. Will submit the other probes that may require more discussion in a separate patch. Robert Lor
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +15 −1 |
| src/backend/storage/buffer/bufmgr.c | modified | +17 −7 |
| src/backend/storage/smgr/md.c | modified | +16 −3 |
| src/backend/utils/Gen_dummy_probes.sed | modified | +3 −1 |
| src/backend/utils/probes.d | modified | +28 −25 |