Cargo Features

[dependencies]
accumulo_access_pg = { version = "0.1.4", default-features = false, features = ["pg15", "pg_test"] }
default = pg15

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

pg15 default

Enables pg15 of pgrx and pgrx-tests

pg_test

accumulo_access_pg has 3 features without comments.