Remove obsolete IndexIs* macros

Peter Eisentraut <peter_e@gmx.net>

Commit: ae4472c619341ff0517254d395d74796277622e6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-12-27T09:07:46Z
Releases: 12.0
Remove obsolete IndexIs* macros

Remove IndexIsValid(), IndexIsReady(), IndexIsLive() in favor of
accessing the index structure directly.  These macros haven't been
used consistently, and the original reason of maintaining source
compatibility with PostgreSQL 9.2 is gone.

Discussion: https://www.postgresql.org/message-id/flat/d419147c-09d4-6196-5d9d-0234b230880a%402ndquadrant.com

Files

Discussion