In DeleteAttributeTuples, use a single indexscan instead of the multiple

Tom Lane <tgl@sss.pgh.pa.us>

Commit: df3f5dfd194a837dc430c3a70bfc527b979935b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-07-14T21:08:08Z
Releases: 7.3.1
In DeleteAttributeTuples, use a single indexscan instead of the multiple
scans that will most likely be caused by SearchSysCache probes.  Also,
share some code between index deletion and table deletion.

Files

PathChange+/−
src/backend/catalog/heap.c modified +169 −168
src/backend/catalog/index.c modified +8 −37
src/include/catalog/heap.h modified +4 −1