#![allow(missing_docs)]
#![cfg(feature = "postgres-tests")]
#[path = "postgres/binds.rs"]
mod binds;
#[path = "postgres/dovecote_audit.rs"]
mod dovecote_audit;
#[path = "postgres/lowering.rs"]
mod lowering;
#[path = "postgres/support.rs"]
mod support;