Skip to content

Commit 0f768dc

Browse files
committed
PGPRO-1376: Backup _init forks
1 parent 42e040d commit 0f768dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backup.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,9 +2149,6 @@ parse_backup_filelist_filenames(parray *files, const char *root)
21492149

21502150
unlogged_file_reloid = file->relOid;
21512151

2152-
pgFileFree(file);
2153-
parray_remove(files, i);
2154-
21552152
while (unlogged_file_num >= 0 &&
21562153
(unlogged_file_reloid != 0) &&
21572154
(unlogged_file->relOid == unlogged_file_reloid))

0 commit comments

Comments
 (0)