Cosmetic improvements to freeze map code.
Robert Haas <rhaas@postgresql.org>
Cosmetic improvements to freeze map code. Per post-commit review comments from Andres Freund, improve variable names, comments, and in one place, slightly improve the code structure. Masahiko Sawada
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/visibilitymap.c | modified | +19 −15 |
| src/backend/commands/vacuumlazy.c | modified | +11 −15 |
| src/include/access/visibilitymap.h | modified | +1 −1 |