• Peter Geoghegan's avatar
    Correct obsolete nbtree page deletion comment. · 067786ce
    Peter Geoghegan authored
    Commit efada2b8, which made the nbtree page deletion algorithm more
    robust, removed _bt_getstackbuf() calls from _bt_pagedel().  It failed
    to update a comment that referenced the earlier approach.  Update the
    comment to explain that the _bt_getstackbuf() page deletion call site
    mirrors the only other remaining _bt_getstackbuf() call site, which is
    reached during page splits.
    067786ce
nbtpage.c 63.1 KB