1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.59 2008/05/15 00: 17:39 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.60 2008/06/18 17:44:12 neilc Exp $ -->
2
2
3
3
<chapter id="monitoring">
4
4
<title>Monitoring Database Activity</title>
@@ -1190,7 +1190,7 @@ Total time (ns) 2312105013
1190
1190
1191
1191
<step>
1192
1192
<para>
1193
- Add the probe definitons to <filename>src/backend/src /utils/probes.d</>
1193
+ Add the probe definitions to <filename>src/backend/utils/probes.d</>
1194
1194
</para>
1195
1195
</step>
1196
1196
@@ -1224,7 +1224,7 @@ Total time (ns) 2312105013
1224
1224
<step>
1225
1225
<para>
1226
1226
Add <quote>probe transaction__start(int);</quote> to
1227
- <filename>src/backend/src/ utils/probes.d</>, and it should look like the following:
1227
+ <filename>src/backend/utils/probes.d</>, and it should look like the following:
1228
1228
<programlisting>
1229
1229
provider postgresql {
1230
1230
...
@@ -1247,7 +1247,7 @@ provider postgresql {
1247
1247
<para>
1248
1248
At compile time, transaction__start is converted to a macro called
1249
1249
TRACE_POSTGRESQL_TRANSACTION_START, and it resides in
1250
- <filename>src/backend/src/ utils/probes.h</>. Before recompiling, add
1250
+ <filename>src/backend/utils/probes.h</>. Before recompiling, add
1251
1251
the single line macro to the appropriate location in the source code.
1252
1252
In this case, it looks like the following:
1253
1253
</para>
0 commit comments