forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit306d6e5
committed
Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw.
In commitse5d8399 et al, I changed the signature ofextract_actual_join_clauses, thinking that it was not called fromanywhere but createplan.c. I missed that postgres_fdw uses itin the 9.6 branch only.This opens up the question of whether any third-party modules mightbe calling it, and whether we need to take steps to avoid an API breakfor them. But for the moment, just get the buildfarm green again.1 parent0c141fc commit306d6e5
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3976 | 3976 |
| |
3977 | 3977 |
| |
3978 | 3978 |
| |
3979 |
| - | |
| 3979 | + | |
| 3980 | + | |
| 3981 | + | |
3980 | 3982 |
| |
3981 | 3983 |
| |
3982 | 3984 |
| |
|
0 commit comments
Comments
(0)