Skip to main content

parse_timeout_ms

Function parse_timeout_ms 

Source
pub fn parse_timeout_ms(raw: &str) -> Result<u64, String>
Expand description

Parse PostgreSQL’s documented timeout syntax and normalize it to the integer millisecond representation used by its timeout GUCs.