- 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:fbf8346
head repository:postgrespro/pg_wait_sampling
Uh oh!
There was an error while loading.Please reload this page.
compare:8427f4a
- 10commits
- 1file changed
- 4contributors
Commits on Feb 21, 2025
Upstream commitpostgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
Commits on Feb 24, 2025
Merge pull request#91from RekGRpth/patch-2
Fix compatibility with pg18Upstream commitpostgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
Remove units from profile_period and history_period
Oleg Tselebrovskiy committedFeb 24, 2025
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 fbf8346...8427f4a
Uh oh!
There was an error while loading.Please reload this page.