Cargo Features

[dependencies]
pgx_pgmq = { version = "0.0.4", default-features = false, features = ["pg11", "pg12", "pg13", "pg14", "pg15", "pg_test"] }
default = pg14

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

pg11

Enables pg11 of pgx and pgx-tests

pg12

Enables pg12 of pgx and pgx-tests

pg13

Enables pg13 of pgx and pgx-tests

pg14 default

Enables pg14 of pgx and pgx-tests

pg15

Enables pg15 of pgx and pgx-tests

pg_test

pgx_pgmq has 7 features without comments.