Fix typo in docs.

Jeff Janes
pull/11/head
Fujii Masao 10 years ago
parent b283096534
commit 112a2d0615
  1. 2
      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>

Loading…
Cancel
Save