aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql/postgres_fdw.sql
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-11-21 14:05:46 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-11-21 14:05:46 -0500
commitc2ea2285e978d9289084846a3343cef7d261d880 (patch)
tree97546a6da2b2eaa1275d311a04810658724b5547 /contrib/postgres_fdw/sql/postgres_fdw.sql
parent4077fb4d1d34ad04dfb95ba676c2b43ea1f1da53 (diff)
downloadpostgresql-c2ea2285e978d9289084846a3343cef7d261d880.tar.gz
postgresql-c2ea2285e978d9289084846a3343cef7d261d880.zip
Simplify API for initially hooking custom-path providers into the planner.
Instead of register_custom_path_provider and a CreateCustomScanPath callback, let's just provide a standard function hook in set_rel_pathlist. This is more flexible than what was previously committed, is more like the usual conventions for planner hooks, and requires less support code in the core. We had discussed this design (including centralizing the set_cheapest() calls) back in March or so, so I'm not sure why it wasn't done like this already.
Diffstat (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql')
0 files changed, 0 insertions, 0 deletions