pgsql: pageinspect: Support hash indexes.

Started by Robert Haasover 9 years ago2 messagescomitters
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

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: /messages/by-id/e2ac6c58-b93f-9dd9-f4e6-d6d30add7fdf@redhat.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/08bf6e529587e1e9075d013d859af2649c32a511

Modified Files
--------------
contrib/pageinspect/Makefile | 12 +-
contrib/pageinspect/expected/hash.out | 150 +++++++
contrib/pageinspect/hashfuncs.c | 559 ++++++++++++++++++++++++++
contrib/pageinspect/pageinspect--1.5--1.6.sql | 77 ++++
contrib/pageinspect/pageinspect.control | 2 +-
contrib/pageinspect/sql/hash.sql | 49 +++
doc/src/sgml/pageinspect.sgml | 144 +++++++
src/backend/access/hash/hashovfl.c | 8 +-
src/include/access/hash.h | 4 +
9 files changed, 995 insertions(+), 10 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#1)
Re: pgsql: pageinspect: Support hash indexes.

Robert Haas <rhaas@postgresql.org> writes:

pageinspect: Support hash indexes.

A significant fraction of the buildfarm doesn't like this one bit.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers