- Notifications
You must be signed in to change notification settings - Fork5
Commit54a8af0
committed
In a machine where INT64_IS_BUSTED, we can only support 32-bit values
for int8 and related types. However we might be talking to a clientthat has working int64; so pq_getmsgint64 really needs to check theincoming value and throw an overflow error if we can't represent itaccurately.1 parent9f53cfd commit54a8af0
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
504 |
| - | |
| 504 | + | |
505 | 505 |
| |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
506 | 510 |
| |
507 | 511 |
| |
508 | 512 |
| |
|
0 commit comments
Comments
(0)