Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
automainint committed Nov 17, 2024
1 parent 9c98767 commit 7c8e271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psql-connector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ fn mr_zerorec(
}

#[pg_extern]
fn mr_recalculate_clusterint(
fn mr_recalculate_clustering(
blocking: default!(Option<bool>, "true"),
timeout_msec: default!(Option<i32>, "6000000"),
) -> Result<&'static str, Box<dyn Error + 'static>> {
Expand Down

0 comments on commit 7c8e271

Please sign in to comment.