Code review for patch to avoid second scan when vacuuming index-less
Tom Lane <tgl@sss.pgh.pa.us>
Code review for patch to avoid second scan when vacuuming index-less table: avoid invoking LockBufferForCleanup without need, put out the same log message we would have before, minor code beautification.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuumlazy.c | modified | +53 −32 |