mirror of https://github.com/postgres/postgres
get_relation_info() was too optimistic about opening indexes in
partitioned tables, which would raise errors when any queries were
planned on such tables. Fix by ignoring any indexes of the partitioned
kind.
CLUSTER (and ALTER TABLE CLUSTER ON) had a similar problem. Fix by
disallowing these commands in partitioned tables.
Fallout from 8b08f7d482
.
pull/31/merge
parent
5955d93419
commit
05fb5d6619
Loading…
Reference in new issue