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 daf54f2 commit dbfb4ebCopy full SHA for dbfb4eb
src/backend/storage/file/cfs.c
@@ -483,8 +483,7 @@ static bool cfs_gc_file(char* map_path)
483
484
rc = WaitLatch(MyLatch,
485
WL_TIMEOUT | WL_POSTMASTER_DEATH,
486
- CFS_DISABLE_TIMEOUT /* ms */,
487
- WAIT_EVENT_CFS_GC_ENABLE);
+ CFS_DISABLE_TIMEOUT /* ms */);
488
if (cfs_stop || (rc & WL_POSTMASTER_DEATH)) {
489
exit(1);
490
}
@@ -855,8 +854,7 @@ bool cfs_control_gc(bool enabled)
855
854
while (pg_atomic_read_u32(&cfs_state->n_active_gc) != 0) {
856
int rc = WaitLatch(MyLatch,
857
858
859
860
if (rc & WL_POSTMASTER_DEATH) {
861
862
0 commit comments