1 2 3 4 5 6
fn main() { #[cfg(feature = "embedded")] { std::env::set_var("POSTGRESQL_VERSION", "=17.2.0"); } }