Skip to content
Snippets Groups Projects
Commit 306d6e59 authored by Tom Lane's avatar Tom Lane
Browse files

Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw.

In commits e5d83995 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.
parent 0c141fca
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment