Documentation bug at: current/sql-vacuum.html, Notes
Christophe Pettus <xof@thebuild.com>
From: Christophe Pettus <xof@thebuild.com>
To: pgsql-bugs@lists.postgresql.org
Date: 2023-07-26T17:39:41Z
Lists: pgsql-bugs
Isn't this backwards? > If index cleanup is not performed regularly, performance may suffer, because as the table is modified indexes will accumulate dead tuples and the table itself will accumulate dead line pointers that cannot be removed until index cleanup is completed. Indexes have line pointers, tables have tuples, so it should read: > If index cleanup is not performed regularly, performance may suffer, because as the table is modified indexes will accumulate dead line pointers and the table itself will accumulate dead tuples that cannot be removed until index cleanup is completed.