Skip to content

[PGPRO-5146] pipeline fix related to 'pg:config: Operation not permit… #27

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

Closed
wants to merge 3 commits into from

Conversation

daniel-95
Copy link
Contributor

…ted'

Daniel Shelepanov and others added 2 commits August 30, 2021 19:16
…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
[PGPRO-5146] Byte manipulations with Size fixed in send/receive_msg_b…
@daniel-95 daniel-95 self-assigned this Aug 31, 2021
@codecov
Copy link

codecov bot commented Aug 31, 2021

Codecov Report

Merging #27 (99886c9) into master (438467a) will increase coverage by 0.22%.
The diff coverage is 100.00%.

❗ Current head 99886c9 differs from pull request most recent head 315cc3d. Consider uploading reports for the commit 315cc3d to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   78.02%   78.24%   +0.22%     
==========================================
  Files           2        2              
  Lines         596      593       -3     
==========================================
- Hits          465      464       -1     
+ Misses        131      129       -2     
Impacted Files Coverage Δ
pg_query_state.c 75.88% <100.00%> (+0.10%) ⬆️
signal_handler.c 88.39% <100.00%> (+0.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 711936a...315cc3d. Read the comment docs.

@daniel-95 daniel-95 force-pushed the PGPRO-5146-pipeline-fix branch from 0001c04 to 315cc3d Compare August 31, 2021 12:47
@daniel-95 daniel-95 closed this Aug 31, 2021
@daniel-95 daniel-95 deleted the PGPRO-5146-pipeline-fix branch August 31, 2021 15:31
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