Commit aa09cd2
committed
postgres_fdw: Consider foreign joining and foreign sorting together.
Commit ccd8f97 gave us the ability to
request that the remote side sort the data, and, later, commit
e4106b2 gave us the ability to
request that the remote side perform the join for us rather than doing
it locally. But we could not do both things at the same time: a
remote SQL query that had an ORDER BY clause would never be a join.
This commit adds that capability.
Ashutosh Bapat, reviewed by me.1 parent d31f20e commit aa09cd2
File tree
3 files changed
+240
-188
lines changed- contrib/postgres_fdw
- expected
- sql
3 files changed
+240
-188
lines changed
0 commit comments