• J
    Only allow fts probe process to touch fts probe pause GUC · c7c5b6d2
    Jimmy Yih 提交于
    Some master processes were calling gpvars_assign_gp_fts_probe_pause
    when they should not. This was found when the new stats collecter
    process errored out on this function call. We also move it to fts.c
    where it will live alongside the other fts code.
    
    Also, check for interrupts in fts sleep loop so that fts probe process
    can process SIGHUP properly.
    c7c5b6d2
fts.c 23.3 KB