nbtree: Rename _bt_search() variables. Make some of the variable names in _bt_search() consistent with corresponding variables within _bt_getstackbuf(). This naming scheme is clearer because the variable names always express a relationship between the currently locked buffer/page and some other page.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e25d462a38f853621a2ad529638d463836230766 Modified Files -------------- src/backend/access/nbtree/nbtsearch.c | 45 ++++++++++++++++------------------- 1 file changed, 21 insertions(+), 24 deletions(-)
