pgsql/src backend/catalog/heap.c backend/catal ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src backend/catalog/heap.c backend/catal ...
Date
Msg-id 20020714210808.AE118475B66@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/optimizer/path indxpath.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/doc/src/sgml/ref drop_domain.sgml drop_f ...