forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit724119a
committed
Modify int8 to not depend on sscanf(), and fix configure's test
for int8 support. configure now checks only snprintf() for int8 support,not sprintf and sscanf as it used to. The reason for doing this is thatif we are supplying our own snprintf code (which does handle long long int),we now only need working long long support in the compiler not in theplatform's C library. I have verified that int8 now passes regression teston HPUX 9, and I think it should work on SunOS 4.1.* and other olderplatforms if gcc is used.1 parent4090d17 commit724119a
3 files changed
+344
-322
lines changedLines changed: 19 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 |
| |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
44 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
45 | 62 |
| |
46 | 63 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 64 | + | |
51 | 65 |
| |
52 | 66 |
| |
53 | 67 |
| |
|
0 commit comments
Comments
(0)