pub fn visit_pg_config_option_name<'ast, V, T>( visitor: &mut V, node: &'ast PgConfigOptionName, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,