mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Fix typo in docs.
Jeff Janes
This commit is contained in:
@@ -2575,7 +2575,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
|
|||||||
Number of heap blocks scanned. Because the
|
Number of heap blocks scanned. Because the
|
||||||
<link linkend="storage-vm">visibility map</> is used to optimize scans,
|
<link linkend="storage-vm">visibility map</> is used to optimize scans,
|
||||||
some blocks will be skipped without inspection; skipped blocks are
|
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.
|
equal to <structfield>heap_blks_total</> when the vacuum is complete.
|
||||||
This counter only advances when the phase is <literal>scanning heap</>.
|
This counter only advances when the phase is <literal>scanning heap</>.
|
||||||
</entry>
|
</entry>
|
||||||
|
Reference in New Issue
Block a user