pgsql: Trivial patch to double vacuum speed on tables with no indexes

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Trivial patch to double vacuum speed on tables with no indexes
Date: 2006-09-04 21:40:24
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Trivial patch to double vacuum speed on tables with no indexes (prevent
second scan of table).

Gregory Stark

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-04 21:43:18 pgsql: Update LDAP installation wording.
Previous Message Bruce Momjian 2006-09-04 21:39:03 Re: [COMMITTERS] pgsql: Sequences were not being shown due to