Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit132a1c1

Browse files
committed
tableam: Fix index_build_range_scan parameter name.
All of the other code thinks that the 8th parameter is the number ofblocks, 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
1 parent33a5313 commit132a1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/access/tableam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ typedef struct TableAmRoutine
543543
boolanyvisible,
544544
boolprogress,
545545
BlockNumberstart_blockno,
546-
BlockNumberend_blockno,
546+
BlockNumbernumblocks,
547547
IndexBuildCallbackcallback,
548548
void*callback_state,
549549
TableScanDescscan);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp