pgsql: Code review for patch to avoid second scan when vacuuming - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Code review for patch to avoid second scan when vacuuming
Date
Msg-id 20060913174708.F30A59FA5DC@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Refine oneshot exection sequence.
Next
From: cmaj@pgfoundry.org (User Cmaj)
Date:
Subject: pgaccess - pgaccess: undo feature in forms & easier import/export wizard