pub fn format_bigint_array(items: &[Option<i64>]) -> String
v7.11.14 — render a BIGINT[] in PG’s external array form ({1,2,NULL}).
{1,2,NULL}