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

Started by Bruce Momjianalmost 20 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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)