pgsql: Add documentation of the fact that dtrace probes evaluate their

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add documentation of the fact that dtrace probes evaluate their
Date: 2009-03-28 00:10:24
Message-ID: 20090328001024.55906754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add documentation of the fact that dtrace probes evaluate their parameters
even when not active. Explain how to prevent that with an ENABLED() check.

Modified Files:
--------------
pgsql/doc/src/sgml:
monitoring.sgml (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/monitoring.sgml?r1=1.65&r2=1.66)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-03-28 01:36:11 pgsql: Better document PQinitSSL(0) behavior in regards to libcrypto.
Previous Message Bruce Momjian 2009-03-27 22:39:43 pgsql: Document in release notes that NOT IN is only for NOT EXIST