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

Commit21654b5

Browse files
committed
cfs: fix previous commit
1 parenta25ca5c commit21654b5

File tree

1 file changed

+2
-0
lines changed
  • src/backend/storage/file

1 file changed

+2
-0
lines changed

‎src/backend/storage/file/cfs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,8 @@ static bool cfs_gc_file(char* map_path, GC_CALL_KIND background)
10701070
newSize=0;
10711071
writeback=0;
10721072
second_pass_whole= true;
1073+
rc=lseek(fd2,0,SEEK_SET);
1074+
Assert(rc==0);
10731075
memset(newMap->inodes,0,sizeof(newMap->inodes));
10741076
for (i=0;i<n_pages;i++)
10751077
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp