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: 20060904214024.04D949FB2A0@postgresql.org
Views: Raw Message | Whole Thread | 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