Обсуждение: pgsql: tableam: Fix index_build_range_scan parameter name.

Поиск
Список
Период
Сортировка

pgsql: tableam: Fix index_build_range_scan parameter name.

От
Robert Haas
Дата:
tableam: Fix index_build_range_scan parameter name.

All of the other code thinks that the 8th parameter is the number of
blocks, but this declaration thinks that it's the ending block number.
Repair this inconsistency.

Patch by me, reviewed by Andres Freund.

Discussion: http://postgr.es/m/CA+TgmoY49ManQWnJtiwkuytXBkmyTuDFqb74Pr4Zn2Nq9TuNBQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/132a1c101a205ee52ec7d731abcb8593a6354097

Modified Files
--------------
src/include/access/tableam.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)