Make CheckIndexCompatible simpler and more bullet-proof.

Robert Haas <rhaas@postgresql.org>

Commit: 6eb71ac5527a94be443bc66e68b47b04979906e4
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-01-25T20:28:07Z
Releases: 9.2.0
Make CheckIndexCompatible simpler and more bullet-proof.

This gives up the "don't rewrite the index" behavior in a couple of
relatively unimportant cases, such as changing between an array type
and an unconstrained domain over that array type, in return for
making this code more future-proof.

Noah Misch

Files