pgsql: tableam: Fix index_build_range_scan parameter name. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: tableam: Fix index_build_range_scan parameter name.
Date
Msg-id E1haUPr-0005eQ-HU@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Make pg_dump emit ATTACH PARTITION instead of PARTITION OF(repr
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix documentation of ALTER TABLE for stored values