Closed df7cb closed 6 years ago
Ah indeed, thanks for reporting!
This is actually broken since covering indexes, I should have tested it earlier :(
Just setting up the new IndexOptInfo->nkeycolumns
is enough to make the regression tests pass, but I'll have to do some more checking to make sure I didn't miss anything else. Also at least I'll have to at first disallow a hypothetical covering index until I implement its support for pg11.
FWIW, I also missed support for parallel index scan. I'll add it too soon.
I just pushed two commits for this the regression tests to explicitly disallowing the INCLUDE clause for pg11+, and added support for parallel index scan, it should fix the build. If everything is ok, I'll do a new release.
I'll add proper support for INCLUDE in a later commit.
hypopg compiles against PG11beta1, but doesn't pass the regression tests: