pgsql-server/src backend/access/hash/hashinser ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/hash/hashinser ...
Date: 2003-09-01 20:26:34
Message-ID: 20030901202634.A8EB6D1B8E5@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/09/01 17:26:34

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

Log message:
Preliminary cleanup for hash index code (doesn't attack the locking problem
yet). Fix a couple of bugs that would only appear if multiple bitmap pages
are used, including a buffer reference leak and incorrect computation of bit
indexes. Get rid of 'overflow address' concept, which accomplished nothing
except obfuscating the code and creating a risk of failure due to limited
range of offset field. Rename some misleadingly-named fields and routines,
and improve documentation.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-01 20:27:56 Re: pgsql-server/src backend/utils/misc/guc.c incl ...
Previous Message Tom Lane 2003-09-01 20:24:49 pgsql-server/src/backend/access/hash README