// SPDX-License-Identifier: BUSL-1.1
//! Per-session NOTICE queue.
//!
//! Response shapers (e.g. `payload_to_response`) push warnings here while
//! they format payloads; the wire handler drains them after each query so
//! the client receives them as pgwire `NoticeResponse` messages.
use SocketAddr;
use SessionStore;