]> granicus.if.org Git - postgresql/commit
tableam: Fix index_build_range_scan parameter name.
authorRobert Haas <rhaas@postgresql.org>
Tue, 11 Jun 2019 00:04:44 +0000 (20:04 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 11 Jun 2019 00:04:48 +0000 (20:04 -0400)
commit132a1c101a205ee52ec7d731abcb8593a6354097
tree40d32d2d094ffc2936515f1117dee647cec93507
parent33a53130a89447e171a8268ae0b221bb48af6468
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
src/include/access/tableam.h