On Fri, 2006-12-01 at 19:44 -0500, Tom Lane wrote:
> "Simon Riggs" <[EMAIL PROTECTED]> 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



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to