diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-03-15 16:28:17 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-03-15 16:28:17 -0400 |
commit | 2a90cb69e18e0c0637f3f93702e7b2f7808ff1b2 (patch) | |
tree | 4def66ca0f2c000529fce9301d4ac6f2ec4019df | |
parent | c16dc1aca5e01e6acaadfcf38f5fc964a381dc62 (diff) | |
download | postgresql-2a90cb69e18e0c0637f3f93702e7b2f7808ff1b2.tar.gz postgresql-2a90cb69e18e0c0637f3f93702e7b2f7808ff1b2.zip |
Fix typos.
Thomas Reiss
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index de79fde6be3..7055c37a0b1 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -663,7 +663,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <listitem> <para> <literal>Lock</>: The backend is waiting for a heavyweight lock. - Heayweight locks, also known as lock manager locks or simply locks, + Heavyweight locks, also known as lock manager locks or simply locks, primarily protect SQL-visible objects such as tables. However, they are also used to ensure mutual exclusion for certain internal operations such as relation extension. <literal>wait_event</> will @@ -971,7 +971,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <row> <entry morerows="15"><literal>LWLockTranche</></entry> <entry><literal>clog</></entry> - <entry>Waiting for I/O on a clog (transcation status) buffer.</entry> + <entry>Waiting for I/O on a clog (transaction status) buffer.</entry> </row> <row> <entry><literal>commit_timestamp</></entry> |