- Notifications
You must be signed in to change notification settings - Fork26
Commitbd92be0

Daniel Shelepanov
[PGPRO-5146] Byte manipulations with Size fixed in send/receive_msg_by_parts
On 64-bit architectures sizeof(Size) (which is in fact size_t)not always equals to sizeof(int) so the Size type manipulations insend/receive_msg_by_parts should be implemented using the Size typeexplicitly.tags: pg_query_state1 parent1ca39b9 commitbd92be0
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
972 | 972 |
| |
973 | 973 |
| |
974 | 974 |
| |
975 |
| - | |
976 |
| - | |
| 975 | + | |
| 976 | + | |
977 | 977 |
| |
978 | 978 |
| |
979 | 979 |
| |
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 | 983 |
| |
984 |
| - | |
| 984 | + | |
985 | 985 |
| |
986 | 986 |
| |
987 | 987 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
0 commit comments
Comments
(0)