Skip to main content

same_cache_key

Function same_cache_key 

Source
pub fn same_cache_key(a: &str, b: &str) -> bool
Expand description

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.