Re: pageinspect: Hash index support
Jesper Pedersen <jesper.pedersen@redhat.com>
From: Jesper Pedersen <jesper.pedersen@redhat.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: 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-11-02T16:43:42Z
Lists: pgsql-hackers
On 11/01/2016 03:28 PM, Peter Eisentraut wrote: >> Ok, thanks for your feedback. >> >> Maybe "Returned with Feedback" is more appropriate, as there is still >> development left. > > I have applied the documentation change that introduced subsections, > which seems quite useful independently. I have also committed the tests > that I proposed and will work through the failures. > > As no new patch has been posted for the 2016-11 CF, I will close the > patch entry now. Please submit an updated patch when you have the time, > keeping an eye on ongoing work to update hash indexes. > Agreed. Best regards, Jesper
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