pgsql/src backend/catalog/heap.c backend/catal ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/catalog/heap.c backend/catal ...
Date: 2002-07-14 21:08:08
Message-ID: 20020714210808.AE118475B66@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-07-14 22:47:56 pgsql/doc/src/sgml/ref drop_domain.sgml drop_f ...
Previous Message Tom Lane 2002-07-13 19:20:34 pgsql/src/backend/optimizer/path indxpath.c