CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/09/01 23:18:38

Modified files:
        src/backend/access/hash: hash.c hashovfl.c hashpage.c 
                                 hashsearch.c hashutil.c 
        src/include/access: hash.h 

Log message:
        Rewrite hashbulkdelete() to make it amenable to new bucket locking
        scheme.  A pleasant side effect is that it is *much* faster when deleting
        a large fraction of the indexed tuples, because of elimination of
        redundant hash_step activity induced by hash_adjscans.  Various other
        continuing code cleanup.


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to