Dtrace probes documentation

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Dtrace probes documentation
Date: 2009-05-28 22:07:39
Message-ID: 20090528220739.GA15201@eddie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The dtrace probes documentation [1] spells each probe name with dashes
("transaction-start", "transaction-commit", etc.). Yet as far as I can see,
dtrace only works if you spell the probe names with double underscores
("transaction__start", "transaction__commit", etc.). Why the discrepancy?
Obvious patch attached, in case this needs to be changed.

- Josh / eggyknap

1: http://www.postgresql.org/docs/8.4/static/dynamic-trace.html

Attachment Content-Type Size
dtrace-probes text/plain 18.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-05-28 22:09:24 Re: Clean shutdown and warm standby
Previous Message Simon Riggs 2009-05-28 21:47:14 Re: Clean shutdown and warm standby