Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3eb9da5

Browse files
author
Neil Conway
committed
Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira,
along with an additional typo I noticed along the way.
1 parent86fdb32 commit3eb9da5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/1817: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>
12291229
provider 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp