Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
3eb9da52
Commit
3eb9da52
authored
16 years ago
by
Neil Conway
Browse files
Options
Downloads
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
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/monitoring.sgml
+4
-4
4 additions, 4 deletions
doc/src/sgml/monitoring.sgml
with
4 additions
and
4 deletions
doc/src/sgml/monitoring.sgml
+
4
−
4
View file @
3eb9da52
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.
59
2008/0
5
/1
5 00:17:39 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.
60
2008/0
6
/1
8 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 definitons to <filename>src/backend/
src/
utils/probes.d</>
Add the probe definit
i
ons 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment