Re: Stale comments in vacuumlazy.c

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Stale comments in vacuumlazy.c
Date: 2017-06-22 17:40:46
Message-ID: CA+TgmoYxsx=yBZMZb8o9ALcU54tbnPpjRFFBecTrtzKJGrFskA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Mar 26, 2017 at 3:22 PM, Pavan Deolasee
<pavan(dot)deolasee(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-06-22 17:41:41 Re: possible self-deadlock window after bad ProcessStartupPacket
Previous Message Andres Freund 2017-06-22 17:34:59 Re: Fast promotion not used when doing a recovery_target PITR restore?