forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcf39aeb
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 parent29ce500 commitcf39aeb
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
361 | 367 |
| |
362 | 368 |
| |
363 | 369 |
| |
364 | 370 |
| |
365 | 371 |
| |
366 |
| - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
367 | 379 |
| |
368 | 380 |
| |
369 | 381 |
| |
|
0 commit comments
Comments
(0)