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

Commit279c981

Browse files
committed
PGPRO-552: use uint32 in some places
1 parenta04f00a commit279c981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/backup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ remove_excluded_files_criterion(void *value, void *exclude_args) {
23572357
returnfile->remove_from_list;
23582358
}
23592359

2360-
staticuint32_t
2360+
staticuint32
23612361
hash_rel_seg(pgFile*file)
23622362
{
23632363
uint32hash=hash_mix32_2(file->relOid,file->segno);
@@ -2387,7 +2387,7 @@ rewind_and_mark_cfs_datafiles(parray *files, const char *root, char *relative, s
23872387
pgFile*prev_file;
23882388
pgFile*tmp_file;
23892389
char*cfs_tblspc_path;
2390-
uint32_th;
2390+
uint32h;
23912391

23922392
/* hash table for cfm files */
23932393
#defineHASHN 128

‎src/utils/pgut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ extern int usleep(unsigned int usec);
115115
#defineARG_SIZE_HINT static
116116
#endif
117117

118-
staticinlineuint32_thash_mix32_2(uint32_ta,uint32_tb)
118+
staticinlineuint32hash_mix32_2(uint32a,uint32b)
119119
{
120120
b ^= (a<<7)|(a>>25);
121121
a *=0xdeadbeef;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp