From 9bb55626d51f217466bc08104d2f32eb0bf57c02 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Apr 2026 22:29:38 +0100 Subject: Switch ascii comparisons over to our own casemap functions. --- modules/extra/pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/pgsql.cpp') diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index d6d85f7e1..3cf1cde18 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -612,7 +612,7 @@ public: for (const auto& [_, tag] : ServerInstance->Config->ConfTags("database")) { - if (!insp::equalsci(tag->getString("module"), "pgsql")) + if (!insp::ascii_equals(tag->getString("module"), "pgsql")) continue; std::string id = tag->getString("id"); -- cgit v1.3.1-10-gc9f91