pub(super) fn param_types_to_pg_types( param_types: &HashMap<String, Option<ConcreteDataType>>, ) -> Result<Vec<Type>>