small typo in DTrace docs

Euler Taveira de Oliveira <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.patches
Message-ID <[email protected]>
Hi,

Attached is a small patch to fix some typos in probes.d path.


-- 
   Euler Taveira de Oliveira
   http://www.timbira.com/


-- 
Sent via pgsql-patches mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
dtrace.diff (text/plain, 1.9 KB)
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 ****
  
     <step>
      <para>
!      Add the probe definitons to <filename>src/backend/src/utils/probes.d</>
      </para>
     </step>
  
--- 1190,1196 ----
  
     <step>
      <para>
!      Add the probe definitons to <filename>src/backend/utils/probes.d</>
      </para>
     </step>
  
***************
*** 1224,1230 ****
     <step>
      <para>
       Add <quote>probe transaction__start(int);</quote> to
!      <filename>src/backend/src/utils/probes.d</>, and it should look like the following:
  <programlisting>
  provider postgresql {
        ...
--- 1224,1230 ----
     <step>
      <para>
       Add <quote>probe transaction__start(int);</quote> to
!      <filename>src/backend/utils/probes.d</>, and it should look like the following:
  <programlisting>
  provider postgresql {
        ...
***************
*** 1247,1253 ****
      <para>
       At compile time, transaction__start is converted to a macro called
       TRACE_POSTGRESQL_TRANSACTION_START, and it resides in
!      <filename>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: 
      </para>
--- 1247,1253 ----
      <para>
       At compile time, transaction__start is converted to a macro called
       TRACE_POSTGRESQL_TRANSACTION_START, and it resides in
!      <filename>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: 
      </para>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.