forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf586f86
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 parent7d5b403 commitf586f86
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
388 |
| - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
389 | 395 |
| |
390 | 396 |
| |
391 | 397 |
| |
392 | 398 |
| |
393 | 399 |
| |
394 |
| - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
395 | 407 |
| |
396 | 408 |
| |
397 | 409 |
| |
|
0 commit comments
Comments
(0)