pageinspect: Hash index support - Mailing list pgsql-hackers

From Jesper Pedersen
Subject pageinspect: Hash index support
Date
Msg-id e2ac6c58-b93f-9dd9-f4e6-d6d30add7fdf@redhat.com
Whole thread Raw
Responses Re: pageinspect: Hash index support  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Hi,

Attached is a patch that adds support for hash indexes in pageinspect.

The functionality (hash_metap, hash_page_stats and hash_page_items)
follows the B-tree functions.

This patch will need an update once Amit's and Mithun's work on
Concurrent Hash Indexes is committed to account for the new meta-page
constants.

I'll create a CommitFest entry for this submission.

Feedback is most welcome.

Best regards,
  Jesper

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: some requests on auditing
Next
From: Tom Lane
Date:
Subject: Re: GIN logging GIN_SEGMENT_UNMODIFIED actions?