1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00
Tom Lane 306d6e59f7 Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw.
In commits e5d83995e et al, I changed the signature of
extract_actual_join_clauses, thinking that it was not called from
anywhere but createplan.c.  I missed that postgres_fdw uses it
in the 9.6 branch only.

This opens up the question of whether any third-party modules might
be calling it, and whether we need to take steps to avoid an API break
for them.  But for the moment, just get the buildfarm green again.
2018-04-19 18:29:39 -04:00
..
2013-02-21 05:27:16 -05:00
2016-06-09 18:02:36 -04:00
2016-06-09 18:02:36 -04:00
2016-01-02 13:33:40 -05:00