From a1512a219ee4848f81a21036411d0f9e728db8bd Mon Sep 17 00:00:00 2001 From: Jinbao Chen Date: Sun, 10 May 2026 22:55:38 -0400 Subject: [PATCH] test icu --- src/backend/optimizer/path/equivclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/optimizer/path/equivclass.c b/src/backend/optimizer/path/equivclass.c index ddaa9cc9b8a..f4cd8bffe96 100644 --- a/src/backend/optimizer/path/equivclass.c +++ b/src/backend/optimizer/path/equivclass.c @@ -749,7 +749,7 @@ get_eclass_for_sort_expr(PlannerInfo *root, * Locate an EquivalenceClass member matching the given expr, if any; * return NULL if no match. * - * "Matching" is defined as "equal after stripping RelabelTypes". + * "Matching" is defined as "equal after stripping RelabelTypes" * This is used for identifying sort expressions, and we need to allow * binary-compatible relabeling for some cases involving binary-compatible * sort operators.