-
Notifications
You must be signed in to change notification settings - Fork 69
Yet another PG 11 problem: postgresBeginForeignModify needs PlanState. #171
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
(immediately revealed by shardman's tests)
Codecov Report
@@ Coverage Diff @@ ## next #171 +/- ## ========================================== + Coverage 90.05% 90.05% +<.01% ========================================== Files 40 40 Lines 6465 6468 +3 ========================================== + Hits 5822 5825 +3 Misses 643 643
Continue to review full report at Codecov.
|
I'll look into this tomorrow. We should add a pythonic test for this as well.
Actually the test is already there, it's just usually not executed due to missing postgres_fdw
.
I pushed roughly the same piece of code to next
. Thanks!
No description provided.