pub fn parse_timeout_ms(raw: &str) -> Result<u64, String>
Parse PostgreSQL’s documented timeout syntax and normalize it to the integer millisecond representation used by its timeout GUCs.