- Notifications
You must be signed in to change notification settings - Fork39
Comparing changes
Open a pull request
base repository:postgrespro/pg_wait_sampling
Uh oh!
There was an error while loading.Please reload this page.
base:3c1046c
head repository:postgrespro/pg_wait_sampling
Uh oh!
There was an error while loading.Please reload this page.
compare:8427f4a
- 6commits
- 1file changed
- 3contributors
Commits on Apr 10, 2025
Fix return of pgws_ExecutorStart since some systems gave warnings whe…
…n returning from void functions
Oleg Tselebrovskiy committedApr 10, 2025 Fix return of pgws_ExecutorStart since some systems gave warnings whe…
…n returning from void functions
Commits on May 28, 2025
Revert "Fix return of pgws_ExecutorStart since some systems gave warn…
…ings when returning from void functions"This reverts commit24b2d14.
Medvecrab committedMay 28, 2025
Commits on Jun 25, 2025
Check collector has started in pg_wait_sampling_reset_profile.
The worker might have not started yet or it may never start,because its 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, weshould do the same here.
Valeriy Zainullin committedJun 25, 2025
Commits on Jun 26, 2025
Merge pull request#100from valeriy-zainullin/master
Check that collector has started in pg_wait_sampling_reset_profile.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 3c1046c...8427f4a
Uh oh!
There was an error while loading.Please reload this page.