pgsql: tableam: Fix index_build_range_scan parameter name.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: tableam: Fix index_build_range_scan parameter name.
Date: 2019-06-11 00:13:31
Message-ID: E1haUPr-0005eQ-HU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-11 04:02:24 pgsql: Fix documentation of ALTER TABLE for stored values
Previous Message Alvaro Herrera 2019-06-10 22:58:12 pgsql: Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (repr