CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/07/14 17:08:08
Modified files:
src/backend/catalog: heap.c index.c
src/include/catalog: heap.h
Log message:
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.