@@ -2300,7 +2300,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
2300
2300
<entry>(char *, int, LWLockMode)</entry>
2301
2301
<entry>Probe that fires when an LWLock has been acquired.
2302
2302
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 .
2304
2304
arg2 is the requested lock mode, either exclusive or shared.</entry>
2305
2305
</row>
2306
2306
<row>
@@ -2309,15 +2309,15 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
2309
2309
<entry>Probe that fires when an LWLock has been released (but note
2310
2310
that any released waiters have not yet been awakened).
2311
2311
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>
2313
2313
</row>
2314
2314
<row>
2315
2315
<entry>lwlock-wait-start</entry>
2316
2316
<entry>(char *, int, LWLockMode)</entry>
2317
2317
<entry>Probe that fires when an LWLock was not immediately available and
2318
2318
a server process has begun to wait for the lock to become available.
2319
2319
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 .
2321
2321
arg2 is the requested lock mode, either exclusive or shared.</entry>
2322
2322
</row>
2323
2323
<row>
@@ -2326,7 +2326,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
2326
2326
<entry>Probe that fires when a server process has been released from its
2327
2327
wait for an LWLock (it does not actually have the lock yet).
2328
2328
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 .
2330
2330
arg2 is the requested lock mode, either exclusive or shared.</entry>
2331
2331
</row>
2332
2332
<row>
@@ -2335,7 +2335,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
2335
2335
<entry>Probe that fires when an LWLock was successfully acquired when the
2336
2336
caller specified no waiting.
2337
2337
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 .
2339
2339
arg2 is the requested lock mode, either exclusive or shared.</entry>
2340
2340
</row>
2341
2341
<row>
@@ -2344,7 +2344,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
2344
2344
<entry>Probe that fires when an LWLock was not successfully acquired when
2345
2345
the caller specified no waiting.
2346
2346
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 .
2348
2348
arg2 is the requested lock mode, either exclusive or shared.</entry>
2349
2349
</row>
2350
2350
<row>
0 commit comments