diff options
-rw-r--r-- | src/include/access/tableam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/tableam.h b/src/include/access/tableam.h index 585c120e188..fd07773b74f 100644 --- a/src/include/access/tableam.h +++ b/src/include/access/tableam.h @@ -543,7 +543,7 @@ typedef struct TableAmRoutine bool anyvisible, bool progress, BlockNumber start_blockno, - BlockNumber end_blockno, + BlockNumber numblocks, IndexBuildCallback callback, void *callback_state, TableScanDesc scan); |