• Peter Geoghegan's avatar
    Remove unneeded argument from _bt_getstackbuf(). · 2ab23445
    Peter Geoghegan authored
    _bt_getstackbuf() is called at exactly two points following commit
    efada2b8 (one call site is concerned with page splits, while the
    other is concerned with page deletion).  The parent buffer returned by
    _bt_getstackbuf() is write-locked in both cases.  Remove the 'access'
    argument and make _bt_getstackbuf() assume that callers require a
    write-lock.
    2ab23445
nbtinsert.c 76.8 KB