Re: Documentation bug at: current/sql-vacuum.html, Notes
Christophe Pettus <xof@thebuild.com>
From: Christophe Pettus <xof@thebuild.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-07-26T18:12:42Z
Lists: pgsql-bugs
> On Jul 26, 2023, at 10:55, Nathan Bossart <nathandbossart@gmail.com> wrote: > > > I believe the current phrasing is correct. VACUUM will be able to reclaim > the tuple space in the heap, but the line pointers must remain until their > corresponding index tuples are removed. Ah, right, thanks.