forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfe4f36b
committed
Fix compiler warning
Introduced in0aa8f76.MSVC warned about performing 32-bit bit shifting when it appeared like wemight like a 64-bit result. We did, but it just so happened that none ofthe calls to this function could have caused the 32-bit shift to overflow.Here we just cast the constant to int64 to make the compiler happy.Discussion:https://postgr.es/m/CAApHDvofA_vsrpC13mq_hZyuye5B-ssKEaer04OouXYCO5-uXQ@mail.gmail.com1 parentf560209 commitfe4f36b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
627 | 627 |
| |
628 | 628 |
| |
629 | 629 |
| |
630 |
| - | |
| 630 | + | |
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
|
0 commit comments
Comments
(0)