pgsql: tableam: Fix index_build_range_scan parameter name.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: tableam: Fix index_build_range_scan parameter name.
Дата
Msg-id E1haUPr-0005eQ-HU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make pg_dump emit ATTACH PARTITION instead of PARTITION OF(repr
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix documentation of ALTER TABLE for stored values