projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b283096
)
Fix typo in docs.
author
Fujii Masao
<fujii@postgresql.org>
Tue, 22 Mar 2016 13:04:30 +0000
(22:04 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Tue, 22 Mar 2016 13:05:17 +0000
(22:05 +0900)
Jeff Janes
doc/src/sgml/monitoring.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/monitoring.sgml
b/doc/src/sgml/monitoring.sgml
index cb22afbd37a0e1e457bfab9b0a0444dfbaefdb03..105d5415347fd05c4d776a10453c592251b9372d 100644
(file)
--- 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>