Op 8/19/26 om 12:49 schreef Alexander Korotkov:
postgres_fdw: push down FUNCTION RTE into foreign joins
A foreign join planning hook now considers a (foreign-table x function-RTE)
INNER join as a push-down candidate when the function >
...
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0ee83dd4a9940883b5241fc9c80fd27f63f2e47f
Modified Files
--------------
contrib/postgres_fdw/deparse.c | 157 +++++-
contrib/postgres_fdw/expected/postgres_fdw.out | 627 ++++++++++++++++++++++++
contrib/postgres_fdw/postgres_fdw.c | 642 +++++++++++++++++++++++--
contrib/postgres_fdw/postgres_fdw.h | 12 +
contrib/postgres_fdw/sql/postgres_fdw.sql | 274 +++++++++++
doc/src/sgml/postgres-fdw.sgml | 18 +
src/backend/optimizer/util/relnode.c | 25 +
7 files changed, 1698 insertions(+), 57 deletions(-)
Hi,
in: doc/src/sgml/postgres-fdw.sgml, I believe this sentence:
"and none of the following disqualifying conditions applies:"
should be:
"and none of the following disqualifying conditions apply:"
Please, can a native English speaker confirm?
Thanks,
Erik