Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de01f commit e4e72dbCopy full SHA for e4e72db
src/dir.c
@@ -703,9 +703,9 @@ dir_check_file(pgFile *file, bool backup_logs)
703
{
704
if (strcmp(file->name, "pg_internal.init") == 0)
705
return CHECK_FALSE;
706
- /* Do not backup ptrack2.x map files */
707
- else if (strcmp(file->name, "ptrack.map") == 0)
708
- return CHECK_FALSE;
+ /* Do not backup ptrack2.x temp map files */
+// else if (strcmp(file->name, "ptrack.map") == 0)
+// return CHECK_FALSE;
709
else if (strcmp(file->name, "ptrack.map.mmap") == 0)
710
711
else if (strcmp(file->name, "ptrack.map.tmp") == 0)
0 commit comments