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)
commit70fa947b8555c4297bd0deaee5f27ab2f11e4231
tree0d2becbc7c7d1493006e9886854c327b182eaf7f
parent6df891d25052022688aca268b3be0e89c7fe49f7
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