public inbox for [email protected]
help / color / mirror / Atom feedTypo in doc/src/sgml/monitoring.sgml? s/tranche/trance?
3+ messages / 2 participants
[nested] [flat]
* Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance?
@ 2014-04-23 09:15 Amit Langote <[email protected]>
2014-04-23 10:00 ` Re: Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance? Heikki Linnakangas <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Amit Langote @ 2014-04-23 09:15 UTC (permalink / raw)
To: PostgreSQL-development <[email protected]>; pgsql-docs
Hi,
Attached fixes a typo in doc/src/sgml/monitoring.sgml.
--
Amit
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[application/octet-stream] docs-monitoring-lwlock-tranche-not-trance-fix.patch (2.8K, 2-docs-monitoring-lwlock-tranche-not-trance-fix.patch)
download | inline diff:
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 958acc4..ffdf0c5 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -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>
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance?
2014-04-23 09:15 Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance? Amit Langote <[email protected]>
@ 2014-04-23 10:00 ` Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Heikki Linnakangas @ 2014-04-23 10:00 UTC (permalink / raw)
To: Amit Langote <[email protected]>; PostgreSQL-development <[email protected]>; pgsql-docs
On 04/23/2014 12:15 PM, Amit Langote wrote:
> Hi,
>
> Attached fixes a typo in doc/src/sgml/monitoring.sgml.
Thanks, applied.
- Heikki
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance?
@ 2014-04-23 09:19 Amit Langote <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Amit Langote @ 2014-04-23 09:19 UTC (permalink / raw)
To: PostgreSQL-development <[email protected]>; pgsql-docs
On Wed, Apr 23, 2014 at 6:15 PM, Amit Langote <[email protected]> wrote:
> Hi,
>
> Attached fixes a typo in doc/src/sgml/monitoring.sgml.
>
Sorry, typo in subject (kinda ironic!); I meant "s/trance/tranche?"
Patch attached again.
--
Amit
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Attachments:
[application/octet-stream] docs-monitoring-lwlock-tranche-not-trance-fix.patch (2.8K, 2-docs-monitoring-lwlock-tranche-not-trance-fix.patch)
download | inline diff:
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 958acc4..ffdf0c5 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -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>
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2014-04-23 10:00 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2014-04-23 09:15 Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance? Amit Langote <[email protected]>
2014-04-23 10:00 ` Heikki Linnakangas <[email protected]>
2014-04-23 09:19 Re: Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance? Amit Langote <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox