forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78e7279
committed
Fix brin "char" test to actually test what it meant to test.
Casting to char, without quotes, does not give the same results as castingto "char". That meant we were not testing the brin "char" paths at all,since we ended up with a text operator not a "char" operator.1 parentbac9947 commit78e7279
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
0 commit comments
Comments
(0)