forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita96e225
committed
Fix compiler warning in rangetypes_spgist.c.
On gcc 7.2.0, comparing pointer to (Datum) 0 produces a warning.Treat it as a simple pointer to avoid that; this is more consistentwith comparable code elsewhere, anyway.Tomas VondraDiscussion:https://postgr.es/m/99410021-61ef-9a9a-9bc8-f733ece637ee@2ndquadrant.com1 parent0d92439 commita96e225
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
566 |
| - | |
| 566 | + | |
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
|
0 commit comments
Comments
(0)