INNER CODE UNIT · Rust

setup

lanterndata/lantern · lantern_extras/src/lib.rs:241

    pub fn setup(_options: Vec<&str>) {
        // perform one-off initialization when the pg_test framework starts
    }

    pub fn postgresql_conf_options() -> Vec<&'static str> {
        vec![
            "shared_preload_libraries='lantern_extras'",
            "lantern_extras.daemon_databases='pgrx_tests'",
            "lantern_extras.enable_daemon=true",
        ]
    }
}

#[cfg(any(test, feature = "pg_test"))]
#[pg_schema]
pub mod tests {

    // note: this will not get to unwrap, since the failure in the result only represents

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…