| From: | Erik Rijkers <er(at)xs4all(dot)nl> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
| Subject: | typo in postgres-fdw.sgml - Re: pgsql: postgres_fdw: push down FUNCTION RTE into foreign joins |
| Date: | 2026-08-20 00:31:20 |
| Message-ID: | 5af2dbe4-1230-cf8b-0a62-19e0517490e2@xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-08-20 00:39:10 | pgsql: Reject too many arguments in CREATE TRIGGER |
| Previous Message | Peter Geoghegan | 2026-08-19 19:46:31 | pgsql: GiST: Invalidate killed items consistently. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2026-08-20 00:32:27 | Re: Test tidscan,sql is not immune to autovacuum in v14 |
| Previous Message | Masahiko Sawada | 2026-08-19 23:54:26 | Re: [PATCH] Release replication slot on error in SQL-callable slot functions |