forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit25caeae
committed
Recognize that MSVC can support strtoll() and strtoull().
This is needed for full support of "long long" variables in ecpg, butthe previous patch for bug #15080 (commits51057fe et al) missed it.In MSVC versions where the functions don't exist under those names,we can nonetheless use _strtoi64() and _strtoui64().Like the previous patch, back-patch all the way.Dang Minh HuongDiscussion:https://postgr.es/m/151935568942.1461.14623890240535309745@wrigleys.postgresql.org1 parent830e8e3 commit25caeae
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 |
| - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
358 | 364 |
| |
359 | 365 |
| |
360 | 366 |
| |
361 | 367 |
| |
362 | 368 |
| |
363 |
| - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
364 | 376 |
| |
365 | 377 |
| |
366 | 378 |
| |
|
0 commit comments
Comments
(0)