Documentation bug at: current/sql-vacuum.html, Notes - Mailing list pgsql-bugs

From Christophe Pettus
Subject Documentation bug at: current/sql-vacuum.html, Notes
Date
Msg-id 292046F0-7FA9-4AAE-A632-79EAD3D1280F@thebuild.com
Whole thread Raw
Responses Re: Documentation bug at: current/sql-vacuum.html, Notes
List pgsql-bugs
Isn't this backwards?

> If index cleanup is not performed regularly, performance may suffer, because as the table is modified indexes will
accumulatedead tuples and the table itself will accumulate dead line pointers that cannot be removed until index
cleanupis 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
accumulatedead line pointers and the table itself will accumulate dead tuples that cannot be removed until index
cleanupis completed. 


pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: BUG #18036: Query planner chooses sub-optimal query path given enough IN tuples.
Next
From: Nathan Bossart
Date:
Subject: Re: Documentation bug at: current/sql-vacuum.html, Notes