Re: Stale comments in vacuumlazy.c

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Pavan Deolasee <pavan.deolasee@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-06-22T17:40:46Z
Lists: pgsql-hackers
On Sun, Mar 26, 2017 at 3:22 PM, Pavan Deolasee
<pavan.deolasee@gmail.com> wrote:
> I happened to notice a stale comment at the very beginning of vacuumlazy.c.
> ISTM we forgot to fix that when we introduced FSM. With FSM, vacuum no
> longer needed to track per-page free space info. I propose attached fix.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Commits

  1. Update out-of-date comment in vacuumlazy.c