HypoPG / hypopg

Hypothetical Indexes for PostgreSQL
https://hypopg.readthedocs.io
Other
1.39k stars 59 forks source link

Fix for pg10 partition pruning #33

Closed yuzupy closed 5 years ago

yuzupy commented 5 years ago

I added PartitionedChildRelInfo which is used for pg10. Also, I used set_rel_pathlist_hook again so that we can set dummyrel for partition pruning.

rjuju commented 5 years ago

Thanks!