CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/07/19 18:21:18
Modified files:
src/backend/catalog: heap.c
Log message:
Small performance improvement --- use indexscan not heapscan to find
pg_statistic rows to delete while dropping a relation.