citus/src
Onder Kalaci 94c5ac6ebb Remove duplicate join restrictions
We use PostgreSQL hooks to accumulate the join restrictions
and PostgreSQL gives us all the join paths it tries while
deciding on the join order. Thus, for queries that have many
joins, this function is likely to remove lots of duplicate join
restrictions. This becomes relevant for Citus on query pushdown
check peformance.
2018-02-12 18:35:05 +02:00
..
backend Remove duplicate join restrictions 2018-02-12 18:35:05 +02:00
include Remove duplicate join restrictions 2018-02-12 18:35:05 +02:00
test/regress Update regression test output expectation based on recent PG10 change 2018-02-06 14:44:55 +03:00