forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0668aa8
committed
Adrian Hall reported a problem to me that snprintf() doesn't exist in, atleast, Solaris 2.5.1. We use it in backend/utils/adt/int8.c.Add a check to configure so that we see if it exists or not, and, if not,compile in snprintf.c from backend/port, which was taken from, and falls underthe same Berkeley license as us, the FreeBSD libc/stdio ...
1 parent0d78e8c commit0668aa8
File tree
6 files changed
+262
-112
lines changed- src
- backend
- parser
- port
- include
6 files changed
+262
-112
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
| 258 | + | |
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
| |||
3927 | 3927 |
| |
3928 | 3928 |
| |
3929 | 3929 |
| |
3930 |
| - | |
| 3930 | + | |
3931 | 3931 |
| |
3932 | 3932 |
| |
3933 | 3933 |
| |
| |||
4120 | 4120 |
| |
4121 | 4121 |
| |
4122 | 4122 |
| |
4123 |
| - | |
| 4123 | + | |
4124 | 4124 |
| |
4125 | 4125 |
| |
4126 | 4126 |
| |
| |||
6393 | 6393 |
| |
6394 | 6394 |
| |
6395 | 6395 |
| |
6396 |
| - | |
| 6396 | + | |
6397 | 6397 |
| |
6398 | 6398 |
| |
6399 | 6399 |
| |
| |||
6414 | 6414 |
| |
6415 | 6415 |
| |
6416 | 6416 |
| |
6417 |
| - | |
| 6417 | + | |
6418 | 6418 |
| |
6419 | 6419 |
| |
6420 | 6420 |
| |
| |||
9518 | 9518 |
| |
9519 | 9519 |
| |
9520 | 9520 |
| |
9521 |
| - | |
| 9521 | + | |
9522 | 9522 |
| |
9523 | 9523 |
| |
9524 | 9524 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Lines changed: 89 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + |
0 commit comments
Comments
(0)