DTrace support, with a small initial set of probes
Peter Eisentraut <peter_e@gmx.net>
DTrace support, with a small initial set of probes by Robert Lor
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +82 −1 |
| configure.in | modified | +12 −1 |
| doc/src/sgml/installation.sgml | modified | +12 −1 |
| src/backend/access/transam/xact.c | modified | +7 −1 |
| src/backend/Makefile | modified | +11 −3 |
| src/backend/storage/lmgr/lock.c | modified | +6 −1 |
| src/backend/storage/lmgr/lwlock.c | modified | +11 −1 |
| src/backend/utils/probes.d | added | +24 −0 |
| src/include/c.h | modified | +2 −1 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/include/pg_trace.h | added | +56 −0 |
| src/Makefile.global.in | modified | +4 −1 |