Index: doc/src/sgml/monitoring.sgml
===================================================================
RCS file: /a/pgsql/dev/anoncvs/pgsql/doc/src/sgml/monitoring.sgml,v
retrieving revision 1.59
diff -c -r1.59 monitoring.sgml
*** doc/src/sgml/monitoring.sgml 15 May 2008 00:17:39 -0000 1.59
--- doc/src/sgml/monitoring.sgml 13 Jun 2008 04:42:57 -0000
***************
*** 1190,1196 ****
! Add the probe definitons to src/backend/src/utils/probes.d>
--- 1190,1196 ----
! Add the probe definitons to src/backend/utils/probes.d>
***************
*** 1224,1230 ****
Add probe transaction__start(int);
to
! src/backend/src/utils/probes.d>, and it should look like the following:
provider postgresql {
...
--- 1224,1230 ----
Add probe transaction__start(int);
to
! src/backend/utils/probes.d>, and it should look like the following:
provider postgresql {
...
***************
*** 1247,1253 ****
At compile time, transaction__start is converted to a macro called
TRACE_POSTGRESQL_TRANSACTION_START, and it resides in
! src/backend/src/utils/probes.h>. Before recompiling, add
the single line macro to the appropriate location in the source code.
In this case, it looks like the following:
--- 1247,1253 ----
At compile time, transaction__start is converted to a macro called
TRACE_POSTGRESQL_TRANSACTION_START, and it resides in
! src/backend/utils/probes.h>. Before recompiling, add
the single line macro to the appropriate location in the source code.
In this case, it looks like the following: