Cargo Features

[dependencies]
plprql = { version = "0.1.0", default-features = false, features = ["pg12", "pg13", "pg14", "pg15", "pg16", "pg_test"] }
default = pg16

The pg16 feature is set by default whenever plprql is added without default-features = false somewhere in the dependency tree.

pg12

Enables pg12 of pgrx =0.11.3 and pgrx-tests =0.11.3

pg13

Enables pg13 of pgrx =0.11.3 and pgrx-tests =0.11.3

pg14

Enables pg14 of pgrx =0.11.3 and pgrx-tests =0.11.3

pg15

Enables pg15 of pgrx =0.11.3 and pgrx-tests =0.11.3

pg16 default

Enables pg16 of pgrx =0.11.3 and pgrx-tests =0.11.3

pg_test

plprql has 7 features without comments.