pgsql: Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252
Date: 2019-09-27 03:52:23
Message-ID: E1iDhIt-00085O-5c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb0e3ce8eb074cef7a88c20bfc34f7e0346312b1

Modified Files
--------------
src/test/regress/expected/rangetypes.out | 2 +-
src/test/regress/sql/rangetypes.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-09-27 03:55:34 pgsql: Add tab completion for EXPLAIN (SETTINGS) in psql
Previous Message Michael Paquier 2019-09-27 01:51:30 Re: pgsql: Support reloptions of enum type