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

Commit129759d

Browse files
committed
Fix cpluspluscheck in checksum code
C++ is more picky about comparing signed and unsigned integers.
1 parent14a8503 commit129759d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/storage/checksum_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pg_checksum_block(char *data, uint32 size)
141141
uint32sums[N_SUMS];
142142
uint32(*dataArr)[N_SUMS]= (uint32 (*)[N_SUMS])data;
143143
uint32result=0;
144-
inti,
144+
uint32i,
145145
j;
146146

147147
/* ensure that the size is compatible with the algorithm */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp