diff options
Diffstat (limited to 'src/backend/access/heap/README.HOT')
-rw-r--r-- | src/backend/access/heap/README.HOT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/README.HOT b/src/backend/access/heap/README.HOT index 68c6709aa88..6fd1767f707 100644 --- a/src/backend/access/heap/README.HOT +++ b/src/backend/access/heap/README.HOT @@ -271,7 +271,7 @@ physical tuple by eliminating an intermediate heap-only tuple or replacing a physical root tuple by a redirect pointer, a decrement in the table's number of dead tuples is reported to pgstats, which may postpone autovacuuming. Note that we do not count replacing a root tuple -by a DEAD line pointer as decrementing n_dead_tuples; we still want +by a DEAD line pointer as decrementing dead_tuples; we still want autovacuum to run to clean up the index entries and DEAD item. This area probably needs further work ... |