Skip to content
Snippets Groups Projects
Commit 11ac469f authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent c4bde425
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment