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

Commit 3012d74

Browse files
author
Sokolov Yura
committed
cfs: do_pg_abort_backup restore cfs_control_gc
1 parent 37ffa35 commit 3012d74

File tree

1 file changed

+2
-0
lines changed
  • src/backend/access/transam

1 file changed

+2
-0
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10717,6 +10717,8 @@ do_pg_abort_backup(void)
1071710717
XLogCtl->Insert.forcePageWrites = false;
1071810718
}
1071910719
WALInsertLockRelease();
10720+
10721+
cfs_control_gc(SavedGCState); /* Restore CFS GC activity */
1072010722
}
1072110723

1072210724
/*

0 commit comments

Comments
 (0)