Skip to content

Commit 65b5465

Browse files
committed
Implement parallel index build
1 parent 6dfd041 commit 65b5465

File tree

3 files changed

+374
-48
lines changed

3 files changed

+374
-48
lines changed

pgvectorscale/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "pgrx_embed_vectorscale"
1111
path = "./src/bin/pgrx_embed.rs"
1212

1313
[features]
14-
default = ["pg17"]
14+
default = ["pg17", "build_parallel"]
1515
pg13 = ["pgrx/pg13", "pgrx-tests/pg13"]
1616
pg14 = ["pgrx/pg14", "pgrx-tests/pg14"]
1717
pg15 = ["pgrx/pg15", "pgrx-tests/pg15"]

0 commit comments

Comments
 (0)