Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3eb9da52
Commit
3eb9da52
authored
Jun 18, 2008
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira,
along with an additional typo I noticed along the way.
parent
86fdb32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+4
-4
No files found.
doc/src/sgml/monitoring.sgml
View file @
3eb9da52
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.
59 2008/05/15 00:17:39 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.
60 2008/06/18 17:44:12 neilc
Exp $ -->
<chapter id="monitoring">
<title>Monitoring Database Activity</title>
...
...
@@ -1190,7 +1190,7 @@ Total time (ns) 2312105013
<step>
<para>
Add the probe definit
ons to <filename>src/backend/src
/utils/probes.d</>
Add the probe definit
ions to <filename>src/backend
/utils/probes.d</>
</para>
</step>
...
...
@@ -1224,7 +1224,7 @@ Total time (ns) 2312105013
<step>
<para>
Add <quote>probe transaction__start(int);</quote> to
<filename>src/backend/
src/
utils/probes.d</>, and it should look like the following:
<filename>src/backend/utils/probes.d</>, and it should look like the following:
<programlisting>
provider postgresql {
...
...
...
@@ -1247,7 +1247,7 @@ provider postgresql {
<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
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment