Hi, Postgres 17 Beta1 is out and I noticed tds_fdw doesn't build with it due to the change mentioned in the title, so I thought I'd submit a PR for it.
(Following is the commit message)
The upstream commit adds a new argument to create_foreignscan_path [1]. tds_fdw doesn't currently replace joins, so nothing is passed to the new argument.
Hi, Postgres 17 Beta1 is out and I noticed tds_fdw doesn't build with it due to the change mentioned in the title, so I thought I'd submit a PR for it.
(Following is the commit message)
The upstream commit adds a new argument to create_foreignscan_path [1]. tds_fdw doesn't currently replace joins, so nothing is passed to the new argument.
[1] https://github.com/postgres/postgres/commit/9e9931d2bf