Skip to content
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

Avoid re-assigning the global pid for client backends and bg workers when the application_name changes #7791

Merged
merged 12 commits into from
Dec 23, 2024

Merge branch 'main' into fix-unsafe-reassign-global-pid

02d9d20
Select commit
Loading
Failed to load commit list.
Merged

Avoid re-assigning the global pid for client backends and bg workers when the application_name changes #7791

Merge branch 'main' into fix-unsafe-reassign-global-pid
02d9d20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 23, 2024 in 0s

48.91% (target 87.50%)

View this Pull Request on Codecov

48.91% (target 87.50%)

Details

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 48.91%. Comparing base (665d72a) to head (02d9d20).

❗ There is a different number of reports uploaded between BASE (665d72a) and HEAD (02d9d20). Click for more details.

HEAD has 68 uploads less than BASE
Flag BASE (665d72a) HEAD (02d9d20)
_upgrade 19 1
14_regress_check-columnar-isolation 1 0
15_regress_check-query-generator 1 0
15_regress_check-enterprise-isolation-logicalrep-2 1 0
15_regress_check-enterprise-isolation-logicalrep-3 1 0
14_regress_check-enterprise-isolation-logicalrep-3 1 0
15_regress_check-follower-cluster 1 0
14_regress_check-enterprise-isolation-logicalrep-2 1 0
16_regress_check-query-generator 1 0
14_regress_check-query-generator 1 0
15_regress_check-enterprise 1 0
16_regress_check-enterprise-isolation-logicalrep-2 1 0
14_regress_check-columnar 1 0
15_regress_check-enterprise-failure 1 0
16_regress_check-columnar 1 0
16_regress_check-enterprise-failure 1 0
15_regress_check-split 1 0
16_regress_check-split 1 0
14_regress_check-split 1 0
16_regress_check-vanilla 1 0
14_regress_check-enterprise-failure 1 0
16_regress_check-enterprise 1 0
14_regress_check-enterprise-isolation 1 0
15_regress_check-columnar 1 0
15_regress_check-enterprise-isolation 1 0
15_regress_check-vanilla 1 0
16_regress_check-enterprise-isolation 1 0
14_regress_check-vanilla 1 0
14_regress_check-enterprise-isolation-logicalrep-1 1 0
14_regress_check-enterprise 1 0
16_regress_check-failure 1 0
16_regress_check-enterprise-isolation-logicalrep-1 1 0
14_regress_check-multi-mx 1 0
15_regress_check-operations 1 0
16_regress_check-operations 1 0
14_regress_check-operations 1 0
16_regress_check-multi-mx 1 0
16_cdc_installcheck 1 0
16_regress_check-isolation 1 0
14_regress_check-isolation 1 0
15_regress_check-isolation 1 0
14_regress_check-multi 1 0
16_regress_check-multi 1 0
15_regress_check-multi 1 0
16_regress_check-multi-1 1 0
15_regress_check-multi-1 1 0
14_regress_check-multi-1 1 0
15_regress_check-enterprise-isolation-logicalrep-1 1 0
15_cdc_installcheck 1 0
14_regress_check-failure 1 0
15_regress_check-multi-mx 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #7791       +/-   ##
===========================================
- Coverage   89.70%   48.91%   -40.79%     
===========================================
  Files         283      283               
  Lines       60509    60479       -30     
  Branches     7541     7532        -9     
===========================================
- Hits        54278    29586    -24692     
- Misses       4076    27985    +23909     
- Partials     2155     2908      +753