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
4a781f1e
Commit
4a781f1e
authored
Apr 23, 2014
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo, trance -> tranche, in docs.
Amit Langote
parent
8fbfbf14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+6
-6
No files found.
doc/src/sgml/monitoring.sgml
View file @
4a781f1e
...
@@ -2300,7 +2300,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2300,7 +2300,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry>(char *, int, LWLockMode)</entry>
<entry>(char *, int, LWLockMode)</entry>
<entry>Probe that fires when an LWLock has been acquired.
<entry>Probe that fires when an LWLock has been acquired.
arg0 is the LWLock's tranche.
arg0 is the LWLock's tranche.
arg1 is the LWLock's offset within its trance.
arg1 is the LWLock's offset within its tranc
h
e.
arg2 is the requested lock mode, either exclusive or shared.</entry>
arg2 is the requested lock mode, either exclusive or shared.</entry>
</row>
</row>
<row>
<row>
...
@@ -2309,7 +2309,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2309,7 +2309,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry>Probe that fires when an LWLock has been released (but note
<entry>Probe that fires when an LWLock has been released (but note
that any released waiters have not yet been awakened).
that any released waiters have not yet been awakened).
arg0 is the LWLock's tranche.
arg0 is the LWLock's tranche.
arg1 is the LWLock's offset within its trance.</entry>
arg1 is the LWLock's offset within its tranc
h
e.</entry>
</row>
</row>
<row>
<row>
<entry>lwlock-wait-start</entry>
<entry>lwlock-wait-start</entry>
...
@@ -2317,7 +2317,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2317,7 +2317,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry>Probe that fires when an LWLock was not immediately available and
<entry>Probe that fires when an LWLock was not immediately available and
a server process has begun to wait for the lock to become available.
a server process has begun to wait for the lock to become available.
arg0 is the LWLock's tranche.
arg0 is the LWLock's tranche.
arg1 is the LWLock's offset within its trance.
arg1 is the LWLock's offset within its tranc
h
e.
arg2 is the requested lock mode, either exclusive or shared.</entry>
arg2 is the requested lock mode, either exclusive or shared.</entry>
</row>
</row>
<row>
<row>
...
@@ -2326,7 +2326,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2326,7 +2326,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry>Probe that fires when a server process has been released from its
<entry>Probe that fires when a server process has been released from its
wait for an LWLock (it does not actually have the lock yet).
wait for an LWLock (it does not actually have the lock yet).
arg0 is the LWLock's tranche.
arg0 is the LWLock's tranche.
arg1 is the LWLock's offset within its trance.
arg1 is the LWLock's offset within its tranc
h
e.
arg2 is the requested lock mode, either exclusive or shared.</entry>
arg2 is the requested lock mode, either exclusive or shared.</entry>
</row>
</row>
<row>
<row>
...
@@ -2335,7 +2335,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2335,7 +2335,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry>Probe that fires when an LWLock was successfully acquired when the
<entry>Probe that fires when an LWLock was successfully acquired when the
caller specified no waiting.
caller specified no waiting.
arg0 is the LWLock's tranche.
arg0 is the LWLock's tranche.
arg1 is the LWLock's offset within its trance.
arg1 is the LWLock's offset within its tranc
h
e.
arg2 is the requested lock mode, either exclusive or shared.</entry>
arg2 is the requested lock mode, either exclusive or shared.</entry>
</row>
</row>
<row>
<row>
...
@@ -2344,7 +2344,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
...
@@ -2344,7 +2344,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry>Probe that fires when an LWLock was not successfully acquired when
<entry>Probe that fires when an LWLock was not successfully acquired when
the caller specified no waiting.
the caller specified no waiting.
arg0 is the LWLock's tranche.
arg0 is the LWLock's tranche.
arg1 is the LWLock's offset within its trance.
arg1 is the LWLock's offset within its tranc
h
e.
arg2 is the requested lock mode, either exclusive or shared.</entry>
arg2 is the requested lock mode, either exclusive or shared.</entry>
</row>
</row>
<row>
<row>
...
...
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