Re: [BUG] Partition creation fails after dropping a column and adding a partial index

2019-10-28 Thread Wyatt Alt
Here's a slightly smaller repro: https://gist.github.com/wkalt/36720f39c97567fa6cb18cf5c05ac60f

[BUG] Partition creation fails after dropping a column and adding a partial index

2019-10-28 Thread Wyatt Alt
Hello, I think this demonstrates a bug, tested in 11.5: https://gist.github.com/wkalt/a298fe82c564668c803b3537561e67a0 The same script succeeds if the index on line 11 is either dropped, made to be non-partial on b, or shifted to a different column (the others are used in the partitioning; maybe