Cargo Features
[dependencies]
pg_bm25 = { version = "0.4.0", default-features = false, features = ["pg11", "pg12", "pg13", "pg14", "pg15", "pg_test"] }
- default = pg15
-
The
pg15
feature is set by default wheneverpg_bm25
is added without
somewhere in the dependency tree.default-features = false - pg11
-
Enables pg11 of pgrx =0.9.8 and pgrx-tests =0.9.8
- pg12
-
Enables pg12 of pgrx =0.9.8 and pgrx-tests =0.9.8
- pg13
-
Enables pg13 of pgrx =0.9.8 and pgrx-tests =0.9.8
- pg14
-
Enables pg14 of pgrx =0.9.8 and pgrx-tests =0.9.8
Affects
insert::aminsert
… - pg15 default
-
Enables pg15 of pgrx =0.9.8 and pgrx-tests =0.9.8
Affects
insert::aminsert
… - pg_test