pgsql/src/backend/commands vacuum.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/commands vacuum.c
Date
Msg-id 200107111838.f6BIc8v03540@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/ecpg/preproc preproc.y
Next
From: Tom Lane
Date:
Subject: pgsql/src backend/libpq/pqcomm.c include/confi ...