We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283096 commit 112a2d0Copy full SHA for 112a2d0
doc/src/sgml/monitoring.sgml
@@ -2575,7 +2575,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
2575
Number of heap blocks scanned. Because the
2576
<link linkend="storage-vm">visibility map</> is used to optimize scans,
2577
some blocks will be skipped without inspection; skipped blocks are
2578
- included this total, so that this number will eventually become
+ included in this total, so that this number will eventually become
2579
equal to <structfield>heap_blks_total</> when the vacuum is complete.
2580
This counter only advances when the phase is <literal>scanning heap</>.
2581
</entry>
0 commit comments