]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove direct calls of index_insert(), instead use ExecInsertIndexTuples().
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jul 2001 18:38:07 +0000 (18:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jul 2001 18:38:07 +0000 (18:38 +0000)
commit11ac469f4a28bdb7f4f8aadeb48bcd01e1760932
tree8ff7a699b544c1fb7e1ae93a42589499fcd6dbc5
parentc4bde42522749d6b0def4308d46077f960ee4f2c
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.
src/backend/commands/vacuum.c