Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 870a86c

Browse files
author
Sokolov Yura
committed
cfs: ... fix log message
1 parent ad263d1 commit 870a86c

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/file

1 file changed

+1
-1
lines changed

src/backend/storage/file/cfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ static bool cfs_gc_file(char* map_path, GC_CALL_KIND background)
12751275
{
12761276
elog(LOG, "CFS GC worker %d: defragment file %s: old size %u, new size %u, logical size %u, used %u, compression ratio %f, time %ld usec; second pass: pages %u, bytes %u, time %ld"
12771277
,
1278-
MyProcPid, file_path, physSize, newSize, virtSize, usedSize, (double)virtSize/newSize,
1278+
MyProcPid, file_path, physSize, newSize, virtSize, newUsed, (double)virtSize/newSize,
12791279
secs*USECS_PER_SEC + usecs, second_pass, second_pass_bytes,
12801280
secs2*USECS_PER_SEC + usecs2);
12811281
}

0 commit comments

Comments
 (0)