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

Commitc834576

Browse files
committed
Use Size instead of uint32 to store result of sizeof()
Silences coverity and is more consistent with other functions in thesame file.Andres Freund
1 parent1460b19 commitc834576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/logical/snapbuild.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ SnapBuildSerialize(SnapBuild *builder, XLogRecPtr lsn)
14311431
charpath[MAXPGPATH];
14321432
intret;
14331433
structstatstat_buf;
1434-
uint32sz;
1434+
Sizesz;
14351435

14361436
Assert(lsn!=InvalidXLogRecPtr);
14371437
Assert(builder->last_serialized_snapshot==InvalidXLogRecPtr||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp