forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7262f24
committed
Fix BRIN minmax-multi distance for timetz type
The distance calculation ignored the time zone, so the result of (b-a)might have ended negative even if (b > a). Fixed by considering the timezone difference.Reported-by: Jaime CasanovaDiscussion:https://postgr.es/m/CAJKUy5jLZFLCxyxfT%3DMfK5mtPfSzHA1rVLowR-j4RRsFVvKm7A%40mail.gmail.com1 parent2b10e0e commit7262f24
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2090 | 2090 |
| |
2091 | 2091 |
| |
2092 | 2092 |
| |
2093 |
| - | |
| 2093 | + | |
2094 | 2094 |
| |
2095 | 2095 |
| |
2096 | 2096 |
| |
|
0 commit comments
Comments
(0)