aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2019-02-25 17:47:43 -0800
committerPeter Geoghegan <pg@bowt.ie>2019-02-25 17:47:43 -0800
commit2ab23445bc6af517bddb40d8429146d8ff8d7ff4 (patch)
treeedb02d52bf39ee44dd229d7886d35484df9aa5f7 /contrib/postgres_fdw/postgres_fdw.c
parent067786cea0f150ccf9350abb9a5ac3e4ad328804 (diff)
downloadpostgresql-2ab23445bc6af517bddb40d8429146d8ff8d7ff4.tar.gz
postgresql-2ab23445bc6af517bddb40d8429146d8ff8d7ff4.zip
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.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions