• Heikki Linnakangas's avatar
    Fix gin_desc routine to match the WAL format. · 97c19e6c
    Heikki Linnakangas authored
    In the GIN incomplete-splits patch, I used BlockIdDatas to store the block
    number of left and right children, when inserting a downlink after a split
    to an internal page posting list page. But gin_desc thought they were stored
    as BlockNumbers.
    97c19e6c
gindesc.c 3.87 KB