Re: range test for hash index?
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Paul A Jungwirth <pj@illuminatedcomputing.com>
Cc: Jeff Davis <pgsql@j-davis.com>,
Heikki Linnakangas <heikki.linnakangas@iki.fi>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-09-18T04:00:34Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-oversight-in-commit-4429f6a9e3e12bb4af6e3677fbc7.patch (application/octet-stream) patch 0001
On Mon, Sep 16, 2019 at 11:24 PM Paul A Jungwirth <pj@illuminatedcomputing.com> wrote: > > On Mon, Sep 16, 2019 at 5:28 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > I don't see this function on the master branch. Is this function name > > correct? Are you looking at some different branch? > > Sorry about that! You're right, I was on my multirange branch. But I > see the same thing on latest master (but calling hash_range instead of > hash_range_internal). > No problem, attached is a patch with a proposed commit message. I will wait for a few days to see if Heikki/Jeff or anyone else responds back, otherwise will commit and backpatch this early next week. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.
- 668918ff1378 9.4.25 landed
- 8364ef925c59 9.5.20 landed
- 89c98c6ce36a 9.6.16 landed
- d395b1e901c0 10.11 landed
- 84ced048d18d 11.6 landed
- fb341a7db9ba 12.0 landed
- bb0e3ce8eb07 13.0 landed
-
Support range data types.
- 4429f6a9e3e1 9.2.0 cited