Re: GIN pageinspect functions - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: GIN pageinspect functions
Date
Msg-id CAM3SWZQB-yuRa8gW9g5XgbLhU8USm-FMhsh8gDoV1DpLSGTjtA@mail.gmail.com
Whole thread Raw
In response to Re: GIN pageinspect functions  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: GIN pageinspect functions  (Peter Geoghegan <pg@heroku.com>)
Re: GIN pageinspect functions  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Tue, Nov 4, 2014 at 7:26 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> I think these functions will be quite useful for debugging purpose
> and we already have similar function's for other index (btree).

This patch has bitrotted. I attach rebased revision, for the
convenience of others - V1.3 of pageinspect will now incorporate both
GIN stuff, and BRIN stuff. Seems like this patch was affected by the
recent problems with header includes - that's fixed.

Do you intend to fix this up?

+ /* TODO: array of decoded item pointers */
+ nulls[2] = true;

--
Peter Geoghegan

Attachment

pgsql-hackers by date:

Previous
From: Adam Brightwell
Date:
Subject: Re: Additional role attributes && superuser review
Next
From: Petr Jelinek
Date:
Subject: Re: Add shutdown_at_recovery_target option to recovery.conf