Fix pageinspect failures on hash indexes.

Robert Haas <rhaas@postgresql.org>

Commit: 633e15ea0f1bf2e1d70441fe9da8781befebd6e9
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-04-05T18:18:15Z
Releases: 10.0
Fix pageinspect failures on hash indexes.

Make every page in a hash index which isn't all-zeroes have a valid
special space, so that tools like pageinspect don't error out.

Also, make pageinspect cope with all-zeroes pages, because
_hash_alloc_buckets can leave behind large numbers of those until
they're consumed by splits.

Ashutosh Sharma and Robert Haas, reviewed by Amit Kapila.
Original trouble report from Jeff Janes.

Discussion: http://postgr.es/m/CAMkU=1y6NjKmqbJ8wLMhr=F74WzcMALYWcVFhEpm7i=mV=XsOg@mail.gmail.com

Files

Discussion