Code review for patch to avoid second scan when vacuuming index-less

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 33d3ad4657857b7644a2011a685142d9f06ebf61
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-13T17:47:08Z
Releases: 8.2.0
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

PathChange+/−
src/backend/commands/vacuumlazy.c modified +53 −32