]> granicus.if.org Git - postgresql/commitdiff
Fix typo, trance -> tranche, in docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 23 Apr 2014 10:00:08 +0000 (13:00 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 23 Apr 2014 10:00:08 +0000 (13:00 +0300)
Amit Langote

doc/src/sgml/monitoring.sgml

index 958acc4fd15d0cad4b0d8653bddbfb61a89316d3..ffdf0c53e9b2c14eb1e7d587cb886c98aa82e838 100644 (file)
@@ -2300,7 +2300,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
      <entry>(char *, int, LWLockMode)</entry>
      <entry>Probe that fires when an LWLock has been acquired.
       arg0 is the LWLock's tranche.
-      arg1 is the LWLock's offset within its trance.
+      arg1 is the LWLock's offset within its tranche.
       arg2 is the requested lock mode, either exclusive or shared.</entry>
     </row>
     <row>
@@ -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
       that any released waiters have not yet been awakened).
       arg0 is the LWLock's tranche.
-      arg1 is the LWLock's offset within its trance.</entry>
+      arg1 is the LWLock's offset within its tranche.</entry>
     </row>
     <row>
      <entry>lwlock-wait-start</entry>
@@ -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
       a server process has begun to wait for the lock to become available.
       arg0 is the LWLock's tranche.
-      arg1 is the LWLock's offset within its trance.
+      arg1 is the LWLock's offset within its tranche.
       arg2 is the requested lock mode, either exclusive or shared.</entry>
     </row>
     <row>
@@ -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
       wait for an LWLock (it does not actually have the lock yet).
       arg0 is the LWLock's tranche.
-      arg1 is the LWLock's offset within its trance.
+      arg1 is the LWLock's offset within its tranche.
       arg2 is the requested lock mode, either exclusive or shared.</entry>
     </row>
     <row>
@@ -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
       caller specified no waiting.
       arg0 is the LWLock's tranche.
-      arg1 is the LWLock's offset within its trance.
+      arg1 is the LWLock's offset within its tranche.
       arg2 is the requested lock mode, either exclusive or shared.</entry>
     </row>
     <row>
@@ -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
       the caller specified no waiting.
       arg0 is the LWLock's tranche.
-      arg1 is the LWLock's offset within its trance.
+      arg1 is the LWLock's offset within its tranche.
       arg2 is the requested lock mode, either exclusive or shared.</entry>
     </row>
     <row>