forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c164ef
committed
Remove useless Assert.
Testing that an unsigned variable is >= 0 is pretty pointless,as noted by Coverity and numerous buildfarm members.In passing, add comment about new uses of "volatile" --- Coveritydoesn't much like that either, but it seems probably necessary.1 parent20e7e1f commit1c164ef
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1907 | 1907 |
| |
1908 | 1908 |
| |
1909 | 1909 |
| |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
1910 | 1913 |
| |
1911 | 1914 |
| |
1912 | 1915 |
| |
| |||
2762 | 2765 |
| |
2763 | 2766 |
| |
2764 | 2767 |
| |
2765 |
| - | |
2766 | 2768 |
| |
2767 | 2769 |
| |
2768 | 2770 |
| |
|
0 commit comments
Comments
(0)