We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfd041 commit 65b5465Copy full SHA for 65b5465
pgvectorscale/Cargo.toml
@@ -11,7 +11,7 @@ name = "pgrx_embed_vectorscale"
11
path = "./src/bin/pgrx_embed.rs"
12
13
[features]
14
-default = ["pg17"]
+default = ["pg17", "build_parallel"]
15
pg13 = ["pgrx/pg13", "pgrx-tests/pg13"]
16
pg14 = ["pgrx/pg14", "pgrx-tests/pg14"]
17
pg15 = ["pgrx/pg15", "pgrx-tests/pg15"]
0 commit comments