• Tom Lane's avatar
    Several fixes for hash indexes that involve changing the on-disk index · d70610c4
    Tom Lane authored
    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.
    d70610c4
hashsearch.c 11.5 KB