Skip to content

Commit 15f8444

Browse files
authored
Re-add jobset pattern index as it's actually still being used (#4428)
<!-- Thanks for sending a pull request! Here are some tips for you: #### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Fixes # #### Special notes for your reviewer:
1 parent 2bad8a7 commit 15f8444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_job_jobset_pattern ON job (jobset varchar_pattern_ops) WITH (fillfactor = 80);

0 commit comments

Comments
 (0)