Remove unused _bt_delitems_delete() argument.
authorPeter Geoghegan <pg@bowt.ie>
Sun, 31 Jan 2021 18:10:55 +0000 (10:10 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Sun, 31 Jan 2021 18:10:55 +0000 (10:10 -0800)
commitdc43492e46c7145a476cb8ca6200fc8eefe673ef
treee480be10498373f04d7ba31deab87574e87917f4
parent0c4f355c6a5fd437f71349f2f3d5d491382572b7
Remove unused _bt_delitems_delete() argument.

The latestRemovedXid values used by nbtree deletion operations are
determined by _bt_delitems_delete()'s caller, so there is no reason to
pass a separate heapRel argument.

Oversight in commit d168b666823.
src/backend/access/nbtree/nbtpage.c