- Notifications
You must be signed in to change notification settings - Fork28
Commit52f63bd
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 parent4797f9b commit52f63bd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
| 559 | + | |
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
|
0 commit comments
Comments
(0)