OSDN Git Service

In DeleteAttributeTuples, use a single indexscan instead of the multiple
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jul 2002 21:08:08 +0000 (21:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jul 2002 21:08:08 +0000 (21:08 +0000)
commitdf3f5dfd194a837dc430c3a70bfc527b979935b3
tree917385ee637a5e1f0d38b313170ad5a5dacbf97d
parent942a2e94fab16e11254d69c1425622fb91fb3628
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.
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/include/catalog/heap.h