mirror of
https://github.com/postgres/postgres.git
synced 2026-04-01 15:26:56 -04:00
The upper-planner pathification allows FDWs to arrange to push down
different types of upper-stage operations to the remote side. This
commit teaches postgres_fdw to do it for the (ORDERED, NULL) upperrel,
which is responsible for evaluating the query's ORDER BY ordering.
Since postgres_fdw is already able to evaluate that ordering remotely
for foreign baserels and foreign joinrels (see commit
|
||
|---|---|---|
| .. | ||
| postgres_fdw.out | ||