You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check collector has started in pg_wait_sampling_reset_profile.
The worker might have not started yet or it may never start,
because it's registration was cancelled due to worker limit.
This commit adds a check for NULL value of pgws_collector_hdr->latch.
The previous usage in pg_wait_sampling.c has such a check, we
should do the same here.
0 commit comments