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

Commitcbb82e3

Browse files
committed
Remove unnecessary cast in previous commit.
Noted by Kyotaro Horiguchi, who also reviewed the previous patch, butI failed to notice his review before committing.
1 parenta76ef15 commitcbb82e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ uuid_abbrev_convert(Datum original, SortSupport ssup)
380380
pg_uuid_t*authoritative=DatumGetUUIDP(original);
381381
Datumres;
382382

383-
memcpy((char*)&res,authoritative->data,sizeof(Datum));
383+
memcpy(&res,authoritative->data,sizeof(Datum));
384384
uss->input_count+=1;
385385

386386
if (uss->estimating)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp