pgsql: Refactor heapam.c adding heapgettup_initial_block function

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Refactor heapam.c adding heapgettup_initial_block function
Дата
Msg-id E1pNOG5-00193y-5V@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor heapam.c adding heapgettup_initial_block function

Here we adjust heapgettup() and heapgettup_pagemode() to move the code
that fetches the first block number to scan out into a helper function.
This removes some code duplication.

Author: Melanie Plageman
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAAKRu_bvkhka0CZQun28KTqhuUh5ZqY=_T8QEqZqOL02rpi2bw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb1a59de0c52609653166aafc6ce8679a9cfe54b

Modified Files
--------------
src/backend/access/heap/heapam.c | 223 ++++++++++++++++++---------------------
1 file changed, 102 insertions(+), 121 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: meson: Fix typo in pkgconfig generation
Следующее
От: Robins Tharakan
Дата:
Сообщение: Re: pgsql: Do assorted mop-up in the planner.