Re: [PATCHES] small typo in DTrace docs

2008-06-18 Thread Neil Conway
On Fri, 2008-06-13 at 01:49 -0300, Euler Taveira de Oliveira wrote:
 Attached is a small patch to fix some typos in probes.d path.

Applied, thanks.

-Neil



-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches


[PATCHES] small typo in DTrace docs

2008-06-12 Thread Euler Taveira de Oliveira

Hi,

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


--
  Euler Taveira de Oliveira
  http://www.timbira.com/
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.sgml15 May 2008 00:17:39 -  1.59
--- doc/src/sgml/monitoring.sgml13 Jun 2008 04:42:57 -
***
*** 1190,1196 
  
 step
  para
!  Add the probe definitons to filenamesrc/backend/src/utils/probes.d/
  /para
 /step
  
--- 1190,1196 
  
 step
  para
!  Add the probe definitons to filenamesrc/backend/utils/probes.d/
  /para
 /step
  
***
*** 1224,1230 
 step
  para
   Add quoteprobe transaction__start(int);/quote to
!  filenamesrc/backend/src/utils/probes.d/, and it should look like the 
following:
  programlisting
  provider postgresql {
...
--- 1224,1230 
 step
  para
   Add quoteprobe transaction__start(int);/quote to
!  filenamesrc/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
!  filenamesrc/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
!  filenamesrc/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

-- 
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches