forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit01ec41a
committed
Fall back to unsigned int, not int, for socklen_t.
It's a coin toss which of these is a better default assumption.However, of the machines we have in the buildfarm, the only onesrelying on the fallback socklen_t definition are ancient HPUX,and on that platform unsigned int is the right choice. Minortweak toee3a1a5.Discussion:https://postgr.es/m/1440792.1636558888@sss.pgh.pa.us1 parent0726c76 commit01ec41a
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 |
| - | |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
|
0 commit comments
Comments
(0)