Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e43ab3

Browse files
committed
Remove useless unconstify
Digging into the history, this was not necessary even when it wasadded, but might have been some time before that. In any case, thereis no use for this now.
1 parentbbd4c05 commit9e43ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/formatting.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,7 @@ seq_search_localized(const char *name, char **array, int *len, Oid collid)
26212621
* Fold to upper case, then to lower case, so that we can match reliably
26222622
* even in languages in which case conversions are not injective.
26232623
*/
2624-
upper_name=str_toupper(unconstify(char*,name),strlen(name),collid);
2624+
upper_name=str_toupper(name,strlen(name),collid);
26252625
lower_name=str_tolower(upper_name,strlen(upper_name),collid);
26262626
pfree(upper_name);
26272627

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp