pgsql-server/src backend/access/hash/hash.c ba ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src backend/access/hash/hash.c ba ...
Дата
Msg-id 20030902181332.66390D1B53A@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/09/02 15:13:32

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

Log message:
    Several fixes for hash indexes that involve changing the on-disk index
    layout; therefore, this change forces REINDEX of hash indexes (though
    not a full initdb).  Widen hashm_ntuples to double so that hash space
    management doesn't get confused by more than 4G entries; enlarge the
    allowed number of free-space-bitmap pages; replace the useless bshift
    field with a useful bmshift field; eliminate 4 bytes of wasted space
    in the per-page special area.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/access/hash README
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend bootstrap/bootstrap.c ...