3 Commits

Author SHA1 Message Date
Sven Klemm
bfe3603d57 Move pg version specific part of create_hypertable test with custom partition type
Since custom types are hashable in PG14 the partition test will be
different on PG14. Since the only difference was testing whether
creating hypertable with custom type paritition throws errors
without partitioning function that specific test got moved to ddl
tests which already is pg version specific.
2021-10-11 21:07:02 +02:00
Sven Klemm
2e6fc74254 Fix index creation for hypertables with dropped columns
The index creation code would take the IndexInfo from the hypertable
and adjust it for the chunk but wouldnt reset IndexInfo for each
individual chunk leading to errors when the hypertable has dropped
columns.

Fixes #2504
2021-02-23 21:15:05 +01:00
Sven Klemm
b5a9d33ef3 Make ddl test output PG version specific
PG13 adds the relation to constraint violation error messages making
the test output different from previous PG versions.
2021-01-29 21:45:48 +01:00