Skip to content

Commit 6defc76

Browse files
committed
2 parents 210c303 + cbb7214 commit 6defc76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,8 @@ def pgdata_content(self, pgdata, ignore_ptrack=True, exclude_dirs=None):
15051505
'backup_label', 'tablespace_map', 'recovery.conf',
15061506
'ptrack_control', 'ptrack_init', 'pg_control',
15071507
'probackup_recovery.conf', 'recovery.signal',
1508-
'standby.signal', 'ptrack.map', 'ptrack.map.mmap'
1508+
'standby.signal', 'ptrack.map', 'ptrack.map.mmap',
1509+
'ptrack.map.tmp'
15091510
]
15101511

15111512
if exclude_dirs:

0 commit comments

Comments
 (0)