HypoPG / hypopg

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

Hypothetical indexes on partitioning #25

Closed yuzupy closed 6 years ago

yuzupy commented 6 years ago

I made modifications to be able to define hypothetical indexes on both real partitions and hypothetical partitions. Also, I modified include file of hypo_analyze.c according to the core's commit 6bf0bc842bd75877e31727eb559c6a69e.

yuzupy commented 6 years ago

Thank you so much for your review. I fixed them according to your comments.

rjuju commented 6 years ago

Thanks!