Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4a781f1

Browse files
committed
Fix typo, trance -> tranche, in docs.
Amit Langote
1 parent 8fbfbf1 commit 4a781f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/monitoring.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
23002300
<entry>(char *, int, LWLockMode)</entry>
23012301
<entry>Probe that fires when an LWLock has been acquired.
23022302
arg0 is the LWLock's tranche.
2303-
arg1 is the LWLock's offset within its trance.
2303+
arg1 is the LWLock's offset within its tranche.
23042304
arg2 is the requested lock mode, either exclusive or shared.</entry>
23052305
</row>
23062306
<row>
@@ -2309,15 +2309,15 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
23092309
<entry>Probe that fires when an LWLock has been released (but note
23102310
that any released waiters have not yet been awakened).
23112311
arg0 is the LWLock's tranche.
2312-
arg1 is the LWLock's offset within its trance.</entry>
2312+
arg1 is the LWLock's offset within its tranche.</entry>
23132313
</row>
23142314
<row>
23152315
<entry>lwlock-wait-start</entry>
23162316
<entry>(char *, int, LWLockMode)</entry>
23172317
<entry>Probe that fires when an LWLock was not immediately available and
23182318
a server process has begun to wait for the lock to become available.
23192319
arg0 is the LWLock's tranche.
2320-
arg1 is the LWLock's offset within its trance.
2320+
arg1 is the LWLock's offset within its tranche.
23212321
arg2 is the requested lock mode, either exclusive or shared.</entry>
23222322
</row>
23232323
<row>
@@ -2326,7 +2326,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
23262326
<entry>Probe that fires when a server process has been released from its
23272327
wait for an LWLock (it does not actually have the lock yet).
23282328
arg0 is the LWLock's tranche.
2329-
arg1 is the LWLock's offset within its trance.
2329+
arg1 is the LWLock's offset within its tranche.
23302330
arg2 is the requested lock mode, either exclusive or shared.</entry>
23312331
</row>
23322332
<row>
@@ -2335,7 +2335,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
23352335
<entry>Probe that fires when an LWLock was successfully acquired when the
23362336
caller specified no waiting.
23372337
arg0 is the LWLock's tranche.
2338-
arg1 is the LWLock's offset within its trance.
2338+
arg1 is the LWLock's offset within its tranche.
23392339
arg2 is the requested lock mode, either exclusive or shared.</entry>
23402340
</row>
23412341
<row>
@@ -2344,7 +2344,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
23442344
<entry>Probe that fires when an LWLock was not successfully acquired when
23452345
the caller specified no waiting.
23462346
arg0 is the LWLock's tranche.
2347-
arg1 is the LWLock's offset within its trance.
2347+
arg1 is the LWLock's offset within its tranche.
23482348
arg2 is the requested lock mode, either exclusive or shared.</entry>
23492349
</row>
23502350
<row>

0 commit comments

Comments
 (0)