forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc43feef
committed
Add erand48() to the set of functions supported by our src/port/ library,
and extend configure to test for it properly instead of hard-wiringan assumption that everybody but Windows has the rand48 functions.(We do cheat to the extent of assuming that probing for erand48 will dofor the entire rand48 family.)erand48() is unused as of this commit, but a followon patch will causeGEQO to depend on it.Andres Freund, additional hacking by Tom1 parentfe1cc1e commitc43feef
File tree
6 files changed
+48
-30
lines changed- src
- include
- port
- tools/msvc
6 files changed
+48
-30
lines changedLines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18594 | 18594 |
| |
18595 | 18595 |
| |
18596 | 18596 |
| |
18597 |
| - | |
| 18597 | + | |
| 18598 | + | |
18598 | 18599 |
| |
18599 | 18600 |
| |
18600 | 18601 |
| |
| |||
19207 | 19208 |
| |
19208 | 19209 |
| |
19209 | 19210 |
| |
19210 |
| - | |
19211 |
| - | |
19212 |
| - | |
19213 |
| - | |
19214 |
| - | |
19215 |
| - | |
19216 | 19211 |
| |
19217 | 19212 |
| |
19218 | 19213 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 | 1251 |
| |
1252 |
| - | |
| 1252 | + | |
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 | 1255 |
| |
| |||
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 |
| - | |
1298 | 1297 |
| |
1299 | 1298 |
| |
1300 | 1299 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
| 140 | + | |
| 141 | + | |
| 142 | + | |
140 | 143 |
| |
141 | 144 |
| |
142 | 145 |
| |
|
Lines changed: 8 additions & 5 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 |
| |
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 | 319 |
| |
324 | 320 |
| |
325 | 321 |
| |
| |||
351 | 347 |
| |
352 | 348 |
| |
353 | 349 |
| |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
354 | 357 |
| |
355 | 358 |
| |
356 | 359 |
| |
|
Lines changed: 31 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
3 | 2 |
| |
4 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 |
| - | |
7 |
| - | |
8 | 10 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 | 13 |
| |
| |||
21 | 18 |
| |
22 | 19 |
| |
23 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 |
| |
26 | 33 |
| |
27 | 34 |
| |
| |||
30 | 37 |
| |
31 | 38 |
| |
32 | 39 |
| |
33 |
| - | |
| 40 | + | |
34 | 41 |
| |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
38 |
| - | |
| 45 | + | |
39 | 46 |
| |
40 | 47 |
| |
41 | 48 |
| |
42 | 49 |
| |
43 |
| - | |
| 50 | + | |
| 51 | + | |
44 | 52 |
| |
45 | 53 |
| |
46 | 54 |
| |
| |||
62 | 70 |
| |
63 | 71 |
| |
64 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
65 | 83 |
| |
66 | 84 |
| |
67 | 85 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
0 commit comments
Comments
(0)