DFX: add exit log in PercentileMain

This commit is contained in:
wuyuechuan 2022-05-25 10:13:36 +08:00
parent 0a29277070
commit 82d5ac65b0
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ NON_EXEC_STATIC void PercentileMain()
g_instance.stat_cxt.force_process = false;
sleep(SLEEP_INTERVAL);
}
elog(LOG, "instrumention percentile ended");
gs_thread_exit(0);
}