]> granicus.if.org Git - postgresql/commit
Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.
authorAmit Kapila <akapila@postgresql.org>
Wed, 18 Sep 2019 03:44:26 +0000 (09:14 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 27 Sep 2019 02:41:46 +0000 (08:11 +0530)
commit84ced048d18d166d81a994caafa76077ddc41af8
treeac5e6fe8bf5bd4b2c766601417e9b4da1b6690df
parentd01d4f23742bb7bfedeb47f16445c3478a9cd3d8
Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.

The test name and the following test cases suggest the index created
should be hash index, but it forgot to add 'using hash' in the test case.
This in itself won't improve code coverage as there were some other tests
which were covering the corresponding code.  However, it is better if the
added tests serve their actual purpose.

Reported-by: Paul A Jungwirth
Author: Paul A Jungwirth
Reviewed-by: Mahendra Singh
Backpatch-through: 9.4
Discussion: https://postgr.es/m/CA+renyV=Us-5XfMC25bNp-uWSj39XgHHmGE9Rh2cQKMegSj52g@mail.gmail.com
src/test/regress/expected/rangetypes.out
src/test/regress/sql/rangetypes.sql