Re: pageinspect: Hash index support
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Jesper Pedersen <jesper.pedersen@redhat.com>,
Michael Paquier <michael.paquier@gmail.com>, Ashutosh Sharma <ashu.coek88@gmail.com>, Jeff Janes <jeff.janes@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2016-09-23T12:51:14Z
Lists: pgsql-hackers
On Fri, Sep 23, 2016 at 6:11 PM, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote: > On 9/23/16 1:56 AM, Amit Kapila wrote: >> which comment are you referring here? hashm_mapp contains block >> numbers of bitmap pages. > > The comment I'm referring to says > > The blknos of these bitmap pages are kept in bitmaps[]; nmaps is the > number of currently existing bitmaps. > > But there is no "bitmaps" field anywhere. > Okay. You are right, it should be hashm_mapp. >> In the above code, it appears that you are trying to calculate >> max_avail space for all pages in same way. Don't you need to >> calculate it differently for bitmap page or meta page as they don't >> share the same format as other type of pages? > > Is this even useful for hash indexes? > I think so. It will be helpful for bucket and overflow pages. They store the index tuples similar to btree. Is there a reason, why you think it won't be useful? -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Fix incorrect typecast.
- b4316928d57b 10.0 landed
-
In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.
- 14e9b18fed28 10.0 landed
-
pageinspect: Support hash indexes.
- 08bf6e529587 10.0 landed
-
Add uuid to the set of types supported by contrib/btree_gist.
- 11da83a0e70d 10.0 cited
-
Allow CREATE EXTENSION to follow extension update paths.
- 40b449ae84dc 10.0 cited