Skip to content

Provide previous behavior of TS_EXEC_CALC_NOT via TS_EXEC_SKIP_NOT #89

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

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 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
Copy link

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
Copy link
Author

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

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 :)

@pashkinelfe
Copy link
Contributor

RUM now uses a private version rum_ts_execute() and TS_EXEC_CALC_NOT is now defined in the right meaning for calls of rum_ts_execute(). Right usage of TS_EXEC_CALC_NOT is described in the comments in rum_ts_utils.c

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.

4 participants