Skip to content

Commit

Permalink
Improve change log entry for 839b125
Browse files Browse the repository at this point in the history
Bug #292 shows that this problem is more general, so adapt the
change log entry in the hope that this makes it easier to
recognize the problem.
  • Loading branch information
laurenz committed Feb 8, 2019
1 parent 4d034a3 commit c5accf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Version 2.1.1
Bugfixes:
- Fix crash in outer joins where a local filter condition needs different
columns than the conditions that are pushed down.
- Fix crash or bad results with pushed down join queries.
The query target list can change during query planning, but oracle_fdw
relied on the one from before.
This bug only manifests in PostgreSQL v11.
Bug found by Jaime Casanova and fixed by Tatsuro Yamada.
- Fix push-down of foreign scan conditions with variables belonging
to other tables.
Expand Down

0 comments on commit c5accf3

Please sign in to comment.