]> granicus.if.org Git - postgresql/commit
Code review for patch to avoid second scan when vacuuming index-less
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Sep 2006 17:47:08 +0000 (17:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Sep 2006 17:47:08 +0000 (17:47 +0000)
commit33d3ad4657857b7644a2011a685142d9f06ebf61
treeca915f314b02932043dace25cef6d4de7ca580a8
parentea21eea6a83664d03f0c08489d9d33bcb141f0df
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.
src/backend/commands/vacuumlazy.c