Remove unneeded argument from _bt_getstackbuf().

Peter Geoghegan <pg@bowt.ie>

Commit: 2ab23445bc6af517bddb40d8429146d8ff8d7ff4
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2019-02-26T01:47:43Z
Releases: 12.0
Remove unneeded argument from _bt_getstackbuf().

_bt_getstackbuf() is called at exactly two points following commit
efada2b8e92 (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.

Files