Skip to content

Commit

Permalink
fix: enable block progress report in parallel build (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinjing Zhou <[email protected]>
  • Loading branch information
VoVAllen authored Nov 1, 2024
1 parent 998077a commit c22885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/am.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ pub unsafe extern "C" fn rabbithole_parallel_build_main(
self.index_info,
true,
false,
false,
true,
0,
pgrx::pg_sys::InvalidBlockNumber,
Some(call::<F>),
Expand Down

0 comments on commit c22885f

Please sign in to comment.