@@ -1814,14 +1814,12 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
1814
1814
</para>
1815
1815
1816
1816
<para>
1817
- Currently, only the
1818
- <ulink url="http://opensolaris.org/os/community/dtrace/">DTrace</ulink>
1819
- utility is supported, which is available
1820
- on OpenSolaris, Solaris 10, and Mac OS X Leopard. It is expected that
1821
- DTrace will be available in the future on FreeBSD and possibly other
1822
- operating systems. The
1817
+ Currently, the
1818
+ <ulink url="https://en.wikipedia.org/wiki/DTrace">DTrace</ulink>
1819
+ utility is supported, which, at the time of this writing, is available
1820
+ on Solaris, Mac OS X, FreeBSD, NetBSD, and Oracle Linux. The
1823
1821
<ulink url="http://sourceware.org/systemtap/">SystemTap</ulink> project
1824
- for Linuxalso provides a DTrace equivalent. Supporting other dynamic
1822
+ for Linux provides a DTrace equivalent and can also be used . Supporting other dynamic
1825
1823
tracing utilities is theoretically possible by changing the definitions for
1826
1824
the macros in <filename>src/include/utils/probes.h</>.
1827
1825
</para>