Cargo Features

[dependencies]
pg_rnd_numeric = { version = "1.0.0", default-features = false, features = ["pg13", "pg14", "pg15", "pg_test"] }
default = pg14

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

pg13

Enables pg13 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg14 default

Enables pg14 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg15

Enables pg15 of pgx ^0.6.1 and pgx-tests ^0.6.1

pg_test

pg_rnd_numeric has 5 features without comments.