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

Simplify ts_indexing_relation_has_primary_or_unique_index #5415

Merged
merged 1 commit into from Mar 8, 2023

Conversation

svenklemm
Copy link
Member

Rely on postgres functionality for index column tracking instead of rolling our own.

Rely on postgres functionality for index column tracking instead
of rolling our own.
@github-actions
Copy link

github-actions bot commented Mar 8, 2023

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

Powered by pull-review

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #5415 (b2fbc96) into main (474b09b) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #5415      +/-   ##
==========================================
- Coverage   90.69%   90.66%   -0.04%     
==========================================
  Files         226      227       +1     
  Lines       52559    52571      +12     
==========================================
- Hits        47671    47664       -7     
- Misses       4888     4907      +19     
Impacted Files Coverage Δ
src/indexing.c 95.21% <100.00%> (+0.65%) ⬆️
src/bgw/scheduler.c 84.39% <0.00%> (-4.10%) ⬇️
src/loader/bgw_launcher.c 89.51% <0.00%> (-2.55%) ⬇️
src/ts_catalog/chunk_data_node.c 96.44% <0.00%> (-2.45%) ⬇️
src/loader/bgw_message_queue.c 86.36% <0.00%> (-2.28%) ⬇️
tsl/src/reorder.c 85.49% <0.00%> (-0.22%) ⬇️
src/bgw/job.c 93.24% <0.00%> (-0.17%) ⬇️
tsl/src/bgw_policy/job.c 87.54% <0.00%> (-0.05%) ⬇️
src/chunk.c 93.74% <0.00%> (-0.01%) ⬇️
... and 13 more

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

@svenklemm svenklemm enabled auto-merge (rebase) March 8, 2023 19:11
@svenklemm svenklemm merged commit a854b27 into timescale:main Mar 8, 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