pgsql: Code review for patch to avoid second scan when vacuuming

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for patch to avoid second scan when vacuuming
Date: 2006-09-13 17:47:08
Message-ID: 20060913174708.F30A59FA5DC@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/commands:
vacuumlazy.c (r1.77 -> r1.78)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.77&r2=1.78)

Browse pgsql-committers by date

  From Date Subject
Next Message User Cmaj 2006-09-13 20:52:01 pgaccess - pgaccess: undo feature in forms & easier import/export wizard
Previous Message User Hinoue 2006-09-13 15:30:27 psqlodbc - psqlodbc: Refine oneshot exection sequence.