-
Notifications
You must be signed in to change notification settings - Fork 69
PostgreSQL v14 compatibility #235
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
Porting to v14 has difficulties because the internal API has changed seriously. So this porting requires some changes in the source PostgreSQL codes and can not be applied to vanilla without patch.
Codecov Report
@@ Coverage Diff @@ ## master #235 +/- ## ========================================== - Coverage 91.94% 91.31% -0.64% ========================================== Files 35 30 -5 Lines 6792 5363 -1429 ========================================== - Hits 6245 4897 -1348 + Misses 547 466 -81
Continue to review full report at Codecov.
|
Porting to v14 has difficulties because the internal API has changed seriously.
So this porting requires some changes in the source PostgreSQL codes and can
not be applied to vanilla without patch.