pageinspect: Support hash indexes.
Robert Haas <rhaas@postgresql.org>
pageinspect: Support hash indexes. Patch by Jesper Pedersen and Ashutosh Sharma, with some error handling improvements by me. Tests from Peter Eisentraut. Reviewed by Álvaro Herrera, Michael Paquier, Jesper Pedersen, Jeff Janes, Peter Eisentraut, Amit Kapila, Mithun Cy, and me. Discussion: http://postgr.es/m/e2ac6c58-b93f-9dd9-f4e6-d6d30add7fdf@redhat.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pageinspect/expected/hash.out | added | +150 −0 |
| contrib/pageinspect/hashfuncs.c | added | +559 −0 |
| contrib/pageinspect/Makefile | modified | +6 −6 |
| contrib/pageinspect/pageinspect--1.5--1.6.sql | added | +77 −0 |
| contrib/pageinspect/pageinspect.control | modified | +1 −1 |
| contrib/pageinspect/sql/hash.sql | added | +49 −0 |
| doc/src/sgml/pageinspect.sgml | modified | +144 −0 |
| src/backend/access/hash/hashovfl.c | modified | +5 −3 |
| src/include/access/hash.h | modified | +4 −0 |
Documentation touched
Discussion
- pageinspect: Hash index support 102 messages · 2016-08-30 → 2017-02-22