diff options
author | Fujii Masao <fujii@postgresql.org> | 2016-03-22 22:04:30 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2016-03-22 22:05:17 +0900 |
commit | 112a2d0615bab27630829e486c8b0cd2fdd6980b (patch) | |
tree | 148e5f9585fe33b6e48286527de6aa7a2d040131 | |
parent | b283096534b9c514a92a70c98c033015b6792ba7 (diff) | |
download | postgresql-112a2d0615bab27630829e486c8b0cd2fdd6980b.tar.gz postgresql-112a2d0615bab27630829e486c8b0cd2fdd6980b.zip |
Fix typo in docs.
Jeff Janes
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index cb22afbd37a..105d5415347 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2575,7 +2575,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, Number of heap blocks scanned. Because the <link linkend="storage-vm">visibility map</> is used to optimize scans, some blocks will be skipped without inspection; skipped blocks are - included this total, so that this number will eventually become + included in this total, so that this number will eventually become equal to <structfield>heap_blks_total</> when the vacuum is complete. This counter only advances when the phase is <literal>scanning heap</>. </entry> |