-
Notifications
You must be signed in to change notification settings - Fork 69
Changed lock order for MERGE of range partitions + change for issue #247 #248
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
@kovdb75
kovdb75
commented
May 16, 2022
- Changed lock order for MERGE of range partitions: the parent table is locked first and then are locked the partitions.
- Change for issue relation "5_3" does not exist error when using pg_pathman with Citus #247 : need to skip non-existing relations for Citus compatibility.
The parent table is locked first and then are locked the partitions.
Codecov Report
@@ Coverage Diff @@ ## master #248 +/- ## ========================================== + Coverage 91.45% 92.04% +0.59% ========================================== Files 43 34 -9 Lines 7255 6626 -629 ========================================== - Hits 6635 6099 -536 + Misses 620 527 -93
Continue to review full report at Codecov.
|