Re: Dynamic Tracing docs

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Dynamic Tracing docs
Дата
Msg-id 1165024154.3778.980.camel@silverbirch.site
обсуждение исходный текст
Ответ на Re: Dynamic Tracing docs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: Dynamic Tracing docs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Dynamic Tracing docs