forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfb269b4
committed
From: CNT systemen BV <cntsys@cistron.nl>
I've found a problem in the Postgresql jdbc driver."ReceiveInteger" shifts a received byte right instead of left.This means that only the least significant byte is read into the int.Reviewed by: Peter T Mount <patches@maidast.demon.co.uk>1 parent9cd2680 commitfb269b4
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
|
0 commit comments
Comments
(0)