Typo in monitoring.sgml
Started by Amit Langotealmost 10 years ago2 messages
Attached fixes a minor typo as follows:
s/index vacuums cycles/index vacuum cycles/g
Thanks,
Amit
Attachments:
monitoring-sgml-typo.patchtext/x-diff; name=monitoring-sgml-typo.patchDownload
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 7055c37..cb22afb 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -2594,7 +2594,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
<entry><structfield>index_vacuum_count</></entry>
<entry><type>bigint</></entry>
<entry>
- Number of completed index vacuums cycles.
+ Number of completed index vacuum cycles.
</entry>
</row>
<row>
Re: Typo in monitoring.sgml
On Wed, Mar 16, 2016 at 1:38 AM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp
wrote:
Attached fixes a minor typo as follows:
s/index vacuums cycles/index vacuum cycles/g
Committed, thanks.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company