-
Notifications
You must be signed in to change notification settings - Fork 69
PGPRO-6857: fix build for PostgreSQL 15 #249
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
- In the commit 791b1b71da35d9d4264f72a87e4078b85a2fcfb4 the functions parse_analyze and pg_analyze_and_rewrite were renamed to parse_analyze_fixedparams and pg_analyze_and_rewrite_fixedparams respectively. - The commit 7103ebb7aae8ab8076b7e85f335ceb8fe799097c added a new argument tmfd to the function ExecBRUpdateTriggers. - The commit ba9a7e392171c83eb3332a757279e7088487f9a2 added a new argmument is_crosspart_update to the function ExecARDeleteTriggers.
Codecov Report
@@ Coverage Diff @@ ## master #249 +/- ## ========================================== + Coverage 91.45% 91.63% +0.18% ========================================== Files 43 42 -1 Lines 7257 6686 -571 ========================================== - Hits 6637 6127 -510 + Misses 620 559 -61
Continue to review full report at Codecov.
|
No description provided.