Skip to content

Commit e4e72db

Browse files
committed
include ptrack.map into backup
1 parent a3de01f commit e4e72db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dir.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,9 @@ dir_check_file(pgFile *file, bool backup_logs)
703703
{
704704
if (strcmp(file->name, "pg_internal.init") == 0)
705705
return CHECK_FALSE;
706-
/* Do not backup ptrack2.x map files */
707-
else if (strcmp(file->name, "ptrack.map") == 0)
708-
return CHECK_FALSE;
706+
/* Do not backup ptrack2.x temp map files */
707+
// else if (strcmp(file->name, "ptrack.map") == 0)
708+
// return CHECK_FALSE;
709709
else if (strcmp(file->name, "ptrack.map.mmap") == 0)
710710
return CHECK_FALSE;
711711
else if (strcmp(file->name, "ptrack.map.tmp") == 0)

0 commit comments

Comments
 (0)