pgsql/src/backend/commands vacuum.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands vacuum.c
Date: 2001-07-11 18:38:08
Message-ID: 200107111838.f6BIc8v03540@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/07/11 14:38:08

Modified files:
src/backend/commands: vacuum.c

Log message:
Remove direct calls of index_insert(), instead use ExecInsertIndexTuples().
This makes VACUUM work properly with partial indexes, and avoids memory
leakage with functional indexes. Also, suppress complaint about fewer
index tuples than heap tuples when the index is a partial index.
From Martijn van Oosterhout.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-11 18:54:20 pgsql/src/pl/plpgsql/src gram.y pl_comp.c pl_e ...
Previous Message Bruce Momjian - CVS 2001-07-11 17:31:31 pgsql/src/interfaces/ecpg/preproc preproc.y