Skip to content

[PGPRO-5146] Byte manipulations with Size fixed in send/receive_msg_b… #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

daniel-95
Copy link
Contributor

…y_parts

On 64-bit architectures sizeof(Size) (which is in fact size_t)
not always equals to sizeof(int) so the Size type manipulations in
send/receive_msg_by_parts should be implemented using the Size type
explicitly.

tags: pg_query_state

…y_parts

On 64-bit architectures sizeof(Size) (which is in fact size_t)
not always equals to sizeof(int) so the Size type manipulations in
send/receive_msg_by_parts should be implemented using the Size type
explicitly.

tags: pg_query_state
@daniel-95 daniel-95 requested a review from ziva777 August 30, 2021 16:33
@daniel-95 daniel-95 self-assigned this Aug 30, 2021
@daniel-95 daniel-95 merged commit 711936a into master Aug 30, 2021
@daniel-95 daniel-95 deleted the PGPRO-5146 branch August 30, 2021 16:34
@daniel-95 daniel-95 restored the PGPRO-5146 branch September 1, 2021 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant