forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b0ee7f
committed
Ensure that length argument of memcmp() isn't seen as negative.
I think this will shut up a weird warning from buildfarm memberserinus. Perhaps it'd be better to change tsCompareString'slength arguments to unsigned, but that seems more invasivethan is justified.Part of a general push to remove off-the-beaten-track warningswhere we can easily do so.1 parent4c1a1a3 commit3b0ee7f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1167 | 1167 |
| |
1168 | 1168 |
| |
1169 | 1169 |
| |
1170 |
| - | |
| 1170 | + | |
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
|
0 commit comments
Comments
(0)