OSDN Git Service

Small performance improvement --- use indexscan not heapscan to find
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Jul 2002 22:21:17 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Jul 2002 22:21:17 +0000 (22:21 +0000)
commit009d593c48537368a8db13e3549c6e7ac16a81a8
tree13b56f60d6ce129b3818270945b0612157d7c0b8
parent59a471fc4cbf980f627cbfb122ddeebb09b41343
Small performance improvement --- use indexscan not heapscan to find
pg_statistic rows to delete while dropping a relation.
src/backend/catalog/heap.c