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

Fix PostgreSQL deleting too much with complex predicates #11616

Conversation

findepi
Copy link
Member

@findepi findepi commented Mar 22, 2022

"Complex predicates" (given as ConnectorExpression) were ignored.

Fixes #11615

@findepi findepi requested review from wendigo, losipiuk and hashhar March 22, 2022 14:18
@cla-bot cla-bot bot added the cla-signed label Mar 22, 2022
@findepi findepi force-pushed the findepi/fix-postgresql-deleting-too-much-with-complex-predicates-54fa0d branch from b30c460 to 85da258 Compare March 22, 2022 14:27
@findepi findepi force-pushed the findepi/fix-postgresql-deleting-too-much-with-complex-predicates-54fa0d branch from 85da258 to 5787e7b Compare March 23, 2022 07:19
"Complex predicates" (given as `ConnectorExpression`) were ignored.
@findepi findepi force-pushed the findepi/fix-postgresql-deleting-too-much-with-complex-predicates-54fa0d branch from 5787e7b to d96ad05 Compare March 23, 2022 07:32
@findepi findepi merged commit 97e7483 into trinodb:master Mar 24, 2022
@github-actions github-actions bot added this to the 375 milestone Mar 24, 2022
@findepi findepi deleted the findepi/fix-postgresql-deleting-too-much-with-complex-predicates-54fa0d branch March 24, 2022 08:48
@findepi findepi mentioned this pull request Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Too much deleted in PostgreSQL when query involves LIKE predicate
3 participants