citus/src
Murat Tuncer 0f6e514bfb Fixes a bug on not being able to drop index on a partitioned table.
Reason for the failure is that PG11 introduced a new relation kind
RELKIND_PARTITIONED_INDEX to be used for partitioned indices.

We expanded our check to cover that case.
2018-09-19 13:15:05 +03:00
..
backend Fixes a bug on not being able to drop index on a partitioned table. 2018-09-19 13:15:05 +03:00
include Use tree walker instad of mutator in relation visibility 2018-09-18 09:33:01 +03:00
test/regress Fixes a bug on not being able to drop index on a partitioned table. 2018-09-19 13:15:05 +03:00