forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd2e71ff
committed
Silence compiler warning in assertion-enabled builds.
With -Wtype-limits, gcc correctly points out that size_t can never be < 0.Backpatch to 9.3 and 9.2. It's been like this forever, but in <= 9.1 you gota lot other warnings with -Wtype-limits anyway (at least with my version ofgcc).Andres Freund1 parentcce5d85 commitd2e71ff
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
498 |
| - | |
| 497 | + | |
| 498 | + | |
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
|
0 commit comments
Comments
(0)