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 $ -->
22
33<chapter id="monitoring">
44 <title>Monitoring Database Activity</title>
@@ -1190,7 +1190,7 @@ Total time (ns) 2312105013
11901190
11911191 <step>
11921192 <para>
1193- Add the probedefinitons to <filename>src/backend/src /utils/probes.d</>
1193+ Add the probedefinitions to <filename>src/backend/utils/probes.d</>
11941194 </para>
11951195 </step>
11961196
@@ -1224,7 +1224,7 @@ Total time (ns) 2312105013
12241224 <step>
12251225 <para>
12261226 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:
12281228<programlisting>
12291229provider postgresql {
12301230 ...
@@ -1247,7 +1247,7 @@ provider postgresql {
12471247 <para>
12481248 At compile time, transaction__start is converted to a macro called
12491249 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
12511251 the single line macro to the appropriate location in the source code.
12521252 In this case, it looks like the following:
12531253 </para>