Stale comments in vacuumlazy.c
Pavan Deolasee <pavan.deolasee@gmail.com>
From: Pavan Deolasee <pavan.deolasee@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-26T19:22:25Z
Lists: pgsql-hackers
Attachments
- vacuumlazy_comment_fixes.patch (application/octet-stream) patch
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. Thanks, Pavan -- Pavan Deolasee http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Update out-of-date comment in vacuumlazy.c
- 2a6db5eba69c 10.0 landed