Skip to content
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

Provide previous behavior of TS_EXEC_CALC_NOT via TS_EXEC_SKIP_NOT #89

Open
wants to merge 3 commits into
base: master
from

Conversation

@feld
Copy link

@feld feld commented Sep 9, 2020

Addresses #88

This flag may not be needed at all on >=130000. Please carefully verify.

https://www.mail-archive.com/[email protected]/msg14157.html

@codecov
Copy link

@codecov codecov bot commented Sep 9, 2020

Codecov Report

Merging #89 into master will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   77.60%   77.70%   +0.09%     
==========================================
  Files          16       21       +5     
  Lines        5020     5998     +978     
==========================================
+ Hits         3896     4661     +765     
- Misses       1124     1337     +213     
Impacted Files Coverage Δ
src/rum_ts_utils.c 87.41% <ø> (+0.32%) ⬆️
src/rumvalidate.c 81.60% <0.00%> (-5.68%) ⬇️
src/rumvacuum.c 40.20% <0.00%> (-4.60%) ⬇️
src/rumbtree.c 60.85% <0.00%> (-3.66%) ⬇️
src/rumdatapage.c 73.39% <0.00%> (-2.37%) ⬇️
src/rumbulk.c 93.51% <0.00%> (-1.33%) ⬇️
src/rumsort.c 61.19% <0.00%> (-0.77%) ⬇️
src/btree_rum.c 96.77% <0.00%> (-0.55%) ⬇️
src/rumentrypage.c 83.16% <0.00%> (-0.27%) ⬇️
src/rumutil.c 86.06% <0.00%> (-0.26%) ⬇️
... and 12 more

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 e2e2a9f...dc9b3d7. Read the comment docs.

@ololobus ololobus force-pushed the postgrespro:master branch from b1c8e89 to e2e2a9f Sep 28, 2020
@ololobus
Copy link

@ololobus ololobus commented Sep 28, 2020

Hi @feld, could you please rebase your branch on top of the current master? in order we were able to check it again/ run tests and merge

@feld feld force-pushed the feld:v13 branch from 7916376 to dc9b3d7 Sep 28, 2020
@feld
Copy link
Author

@feld feld commented Sep 28, 2020

Ok, I think this solves the conflict issue. Note, I see that there was a commit added to this MR by @feodor from the branch svace-fix commit b1c8e89 which I did not include. If that is something that should survive and be included in this MR please re-add it.

@ololobus
Copy link

@ololobus ololobus commented Sep 28, 2020

Thanks! It was not actually added by him to your branch, it happened because I have force-pushed master from our GitLab repo in order to synchronise these two repos. And this commit was only left in you branch. In short, you did everything right :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants