Content-Length: 258092 | pFad | http://github.com/postgrespro/postgres_cluster/commit/870a86c57a85145d0d9572467a7e4bf2474d78d1

5F cfs: ... fix log message · postgrespro/postgres_cluster@870a86c · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/870a86c57a85145d0d9572467a7e4bf2474d78d1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy