pgsql: Add documentation of the fact that dtrace probes evaluate their - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add documentation of the fact that dtrace probes evaluate their
Date
Msg-id 20090328001024.55906754ADE@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document in release notes that NOT IN is only for NOT EXIST
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Better document PQinitSSL(0) behavior in regards to libcrypto.