Dtrace probes documentation - Mailing list pgsql-hackers

From Joshua Tolley
Subject Dtrace probes documentation
Date
Msg-id 20090528220739.GA15201@eddie
Whole thread Raw
Responses Re: Dtrace probes documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_migrator and an 8.3-compatible tsvector data type
Next
From: Tom Lane
Date:
Subject: Re: Clean shutdown and warm standby