pub fn same_cache_key(a: &str, b: &str) -> bool
Returns true when two raw SQL strings would hit the same plan cache slot. Used by diagnostic tools to verify the normalisation is doing its job.