-
Notifications
You must be signed in to change notification settings - Fork 69
[PGPRO-5360] Fix for freeze (Valgrind and compilation with -Og option) #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #251 +/- ## ========================================== + Coverage 91.46% 91.89% +0.42% ========================================== Files 43 33 -10 Lines 7266 6562 -704 ========================================== - Hits 6646 6030 -616 + Misses 620 532 -88
Continue to review full report at Codecov.
|
1973602
to
f135090
Compare
Sometimes pg_patman is freezes for 1 min (in case it started unde Valgrind and complied with -Og option).
This change (for variable failures_count) fixes it.