summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-04-19 18:29:39 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-04-19 18:29:39 -0400
commit306d6e59f7511fef3e05457b15ecad0fc00b5e1e (patch)
treeda9262f702afe1f457dac9f8274987ab4343371f /src/backend
parent0c141fcaa7dd806752986401b25de8f665ceb3fe (diff)
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.
Diffstat (limited to 'src/backend')
0 files changed, 0 insertions, 0 deletions