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

Commit4a781f1

Browse files
committed
Fix typo, trance -> tranche, in docs.
Amit Langote
1 parent8fbfbf1 commit4a781f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 6 additions & 6 deletions
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 itstrance.
2303+
arg1 is the LWLock's offset within itstranche.
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 itstrance.</entry>
2312+
arg1 is the LWLock's offset within itstranche.</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 itstrance.
2320+
arg1 is the LWLock's offset within itstranche.
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 itstrance.
2329+
arg1 is the LWLock's offset within itstranche.
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 itstrance.
2338+
arg1 is the LWLock's offset within itstranche.
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 itstrance.
2347+
arg1 is the LWLock's offset within itstranche.
23482348
arg2 is the requested lock mode, either exclusive or shared.</entry>
23492349
</row>
23502350
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp