Skip to content

Commit

Permalink
Remove redundant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shameem committed Dec 19, 2024
1 parent bc81ffa commit a382abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/babelfishpg_tsql/src/collation.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ get_remove_accents_internal_oid()
}
#endif
elog(LOG, "Using ICU function to remove accents");
remove_accents_internal_oid = LookupFuncName(list_make2(makeString("sys"), makeString("remove_accents_internal")), -1, funcargtypes, false);
remove_accents_internal_oid = LookupFuncName(list_make2(makeString("sys"), makeString("remove_accents_internal")), -1, funcargtypes, true);
}

/*
Expand Down

0 comments on commit a382abb

Please sign in to comment.