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

Add utility function to map attribute numbers #5429

Merged
merged 1 commit into from Mar 13, 2023

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Mar 12, 2023

This patch adds a function ts_map_attno that can be used to map the attribute number from one relation to another by column name.

Disable-check: force-changelog-changed

This patch adds a function ts_map_attno that can be used to map
the attribute number from one relation to another by column name.
@github-actions
Copy link

@RafiaSabih, @lkshminarayanan: please review this pull request.

Powered by pull-review

@codecov
Copy link

codecov bot commented Mar 12, 2023

Codecov Report

Merging #5429 (bde6001) into main (e92d5ba) will decrease coverage by 0.03%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##             main    #5429      +/-   ##
==========================================
- Coverage   90.73%   90.71%   -0.03%     
==========================================
  Files         227      227              
  Lines       52710    52702       -8     
==========================================
- Hits        47829    47807      -22     
- Misses       4881     4895      +14     
Impacted Files Coverage Δ
src/utils.h 80.00% <ø> (ø)
src/utils.c 65.18% <85.71%> (+0.21%) ⬆️
src/chunk_adaptive.c 92.52% <100.00%> (-0.11%) ⬇️
src/chunk_index.c 94.98% <100.00%> (+0.31%) ⬆️

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@svenklemm svenklemm merged commit 20ea406 into timescale:main Mar 13, 2023
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.

None yet

3 participants