Re: Dynamic Tracing docs - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Dynamic Tracing docs
Date
Msg-id 1165024154.3778.980.camel@silverbirch.site
Whole thread Raw
In response to Re: Dynamic Tracing docs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Fri, 2006-12-01 at 19:44 -0500, Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
> > Enclose new trace.sgml file as discussed on -docs.
>

> Committed with some rewording and SGML fixes.

Looks like you removed this line

        @commit["Abort"] = count();

which means you should also remove this line from the output:

  Abort                                           1

(So, both, or neither).

Robert's example defined this section of code

postgresql$1:::transaction-abort
{
        @abort["Abort"] = count();
}

which would be otherwise unused, so I added the two lines to the final
section and program output. So the program as submitted was slightly
different to Robert's published example by covering both commits and
aborts.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Dynamic Tracing docs
Next
From: Bruce Momjian
Date:
Subject: Re: Dynamic Tracing docs