pgsql: nbtree: Rename _bt_search() variables.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: nbtree: Rename _bt_search() variables.
Дата
Msg-id E1jr7By-0004B5-3o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Move description of libpqwalreceiver hooks out of the replicatio
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Initialize work_mem using current guc.c default.