// file: crates/ksp-store-postgres-lib/src/constants.rs // version: 2 //! PostgreSQL Store backend-owned constants. /// Owning tracing target reserved for events emitted by the PostgreSQL Store backend. pub(crate) const TRACING_TARGET: &str = "ksp-store-postgres-lib";