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

Commit c0ee9af

Browse files
author
Daniel Shelepanov
committed
f
1 parent 4932285 commit c0ee9af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

engine.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
#include "postgres.h"
21-
#include <ctype.h>
2221
#include <unistd.h>
2322
#include <sys/stat.h>
2423

ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ ptrack_gather_filelist(List **filelist, char *path, Oid spcOid, Oid dbOid)
353353
pfl->segno = 0;
354354

355355
#ifdef PGPRO_EE
356-
pfl->is_cfs_compressed = is_cfs;
356+
pfl->is_cfs_compressed = is_cfs && pfl->forknum == MAIN_FORKNUM;
357357
#endif
358358
memcpy(oidbuf, de->d_name, oidchars);
359359
oidbuf[oidchars] = '\0';

0 commit comments

Comments
 (0)