From: | Peter Geoghegan <pg(at)heroku(dot)com> |
---|---|
To: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
Cc: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: GIN pageinspect functions |
Date: | 2014-11-18 22:01:13 |
Message-ID: | CAM3SWZQB-yuRa8gW9g5XgbLhU8USm-FMhsh8gDoV1DpLSGTjtA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Nov 4, 2014 at 7:26 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)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 | Content-Type | Size |
---|---|---|
0001-Add-pageinspect-functions-for-inspecting-GIN-indexes.patch | text/x-patch | 11.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Petr Jelinek | 2014-11-18 22:05:14 | Re: Add shutdown_at_recovery_target option to recovery.conf |
Previous Message | Adam Brightwell | 2014-11-18 21:58:46 | Re: Additional role attributes && superuser review |