forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfb341a7

Amit Kapila
Fix oversight in commit4429f6a.
The test name and the following test cases suggest the index createdshould 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 testswhich were covering the corresponding code. However, it is better if theadded tests serve their actual purpose.Reported-by: Paul A JungwirthAuthor: Paul A JungwirthReviewed-by: Mahendra SinghBackpatch-through: 9.4Discussion:https://postgr.es/m/CA+renyV=Us-5XfMC25bNp-uWSj39XgHHmGE9Rh2cQKMegSj52g@mail.gmail.com1 parentd10475a commitfb341a7
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
|
0 commit comments
Comments
(0)