pub fn format_bool_array(items: &[Option<bool>]) -> String
v7.37.5 γ — render a BOOL[] in PG external form. PG uses single-letter t / f for booleans (matching the scalar wire convention).
t
f