Clarify why _bt_killitems sorts its items array.

Peter Geoghegan <pg@bowt.ie>

Commit: e16c6f024718cf854f5b76a4a2ed402f1a7911f1
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2025-12-11T01:50:47Z
Clarify why _bt_killitems sorts its items array.

Make it clear why _bt_killitems sorts the scan's so->killedItems[]
array.  Also add an assertion to the _bt_killitems loop (that iterates
through this array) to verify it accesses tuples in leaf page order.

Follow-up to commit bfb335df58.

Author: Peter Geoghegan <pg@bowt.ie>
Suggested-by: Victor Yegorov <vyegorov@gmail.com>
Discussion: https://postgr.es/m/CAGnEboirgArezZDNeFrR8FOGvKF-Xok333s2iVwWi65gZf8MEA@mail.gmail.com

Files

PathChange+/−
src/backend/access/nbtree/nbtutils.c modified +9 −4

Discussion