forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef228cb
committed
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
OK, The votes are in for the NOFILES limit.With the exception of Next, for which I've not yet heard, all supported platformsseem to have the sysconf() call.port supporteddefaultSource.aix yes2000darrenk@insightdist.comalpha yes4096mjl@wwx.vip.atBSD44_derived yes64scrappy@hub.orgbsdi yes???maillist@candle.pha.pa.usdgux yes???geek@andrew.cmu.eduhpux yes60emkxp01@mtcc.demon.co.uki386_solaris yes64emkxp01@mtcc.demon.co.ukirix5 yes200martin@biochem.uc.ac.uklinux yes256emkxp01@mtcc.demon.co.uknext ???????sparc_solaris yes64emkxp01@mtcc.demon.co.uksunos4 yes64emkxp01@mtcc.demon.co.uksvr4 yes64chicks@chicks.netultrix4 yes64erik@sockdev.uni-c.dkSo here's a patch that I think will do the job.(I assume Next will have sysconf() but if not just add MISSING_SYSCONF to the config.h file )Thanks,Keith.1 parent2595785 commitef228cb
2 files changed
+40
-34
lines changedLines changed: 40 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 | 55 |
| |
71 | 56 |
| |
72 | 57 |
| |
| |||
81 | 66 |
| |
82 | 67 |
| |
83 | 68 |
| |
| 69 | + | |
84 | 70 |
| |
| 71 | + | |
85 | 72 |
| |
86 | 73 |
| |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
94 | 80 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
101 | 84 |
| |
102 | 85 |
| |
103 | 86 |
| |
| |||
197 | 180 |
| |
198 | 181 |
| |
199 | 182 |
| |
| 183 | + | |
200 | 184 |
| |
201 | 185 |
| |
202 | 186 |
| |
| |||
206 | 190 |
| |
207 | 191 |
| |
208 | 192 |
| |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
209 | 217 |
| |
210 | 218 |
| |
211 | 219 |
| |
| |||
374 | 382 |
| |
375 | 383 |
| |
376 | 384 |
| |
377 |
| - | |
| 385 | + | |
378 | 386 |
| |
379 | 387 |
| |
380 | 388 |
| |
| |||
550 | 558 |
| |
551 | 559 |
| |
552 | 560 |
| |
553 |
| - | |
| 561 | + | |
554 | 562 |
| |
555 | 563 |
| |
556 | 564 |
| |
| |||
858 | 866 |
| |
859 | 867 |
| |
860 | 868 |
| |
861 |
| - | |
| 869 | + | |
862 | 870 |
| |
863 | 871 |
| |
864 | 872 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 | 105 |
| |
107 | 106 |
| |
108 | 107 |
| |
| |||
172 | 171 |
| |
173 | 172 |
| |
174 | 173 |
| |
175 |
| - | |
176 | 174 |
| |
177 | 175 |
| |
178 | 176 |
| |
|
0 commit comments
Comments
(0)