pgstattuple: Add pgstathashindex.

Robert Haas <rhaas@postgresql.org>

Commit: e759854a09d49725a9519c48a0d71a32bab05a01
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-02-03T19:37:16Z
Releases: 10.0
pgstattuple: Add pgstathashindex.

Since pgstattuple v1.5 hasn't been released yet, no need for a new
extension version.  The new function exposes statistics about hash
indexes similar to what other pgstatindex functions return for other
index types.

Ashutosh Sharma, reviewed by Kuntal Ghosh.  Substantial further
revisions by me.

Files

Documentation touched