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

Backport to 2.11.x: #5909: Support CREATE INDEX ONLY ON main table #5976

Closed
wants to merge 1 commit into from

Conversation

timescale-automation
Copy link

This is an automated backport of #5909: Support CREATE INDEX ONLY ON main table.
The original issue is #5908.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Support CREATE INDEX ONLY ON main table

This PR adds support for CREATE INDEX ONLY ON clause which allows to create index only on the main table excluding chunks.

Fix #5908

This PR adds support for CREATE INDEX ONLY ON clause which allows to
create index only on the main table excluding chunks.

Fix #5908

(cherry picked from commit 2863daf)
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Merging #5976 (6cfdca0) into 2.11.x (645c454) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           2.11.x    #5976   +/-   ##
=======================================
  Coverage   90.95%   90.96%           
=======================================
  Files         230      230           
  Lines       54717    54715    -2     
=======================================
+ Hits        49767    49770    +3     
+ Misses       4950     4945    -5     
Files Changed Coverage Δ
src/process_utility.c 94.46% <100.00%> (+<0.01%) ⬆️

... and 3 files with indirect coverage changes

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

@svenklemm svenklemm closed this Sep 27, 2023
auto-merge was automatically disabled September 27, 2023 09:32

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is-auto-backport PR created by backport automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants