-
-
Notifications
You must be signed in to change notification settings - Fork 189
Add index_advisor extension to image #933
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good but I wasn't 100% sure if this error is the result of a syntax problem in the dockerfile? https://github.com/supabase/postgres/actions/runs/8574463100/job/23501349016?pr=933#step:8:230
It's been happening in other branches too. I think its unrelated but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, the test failure you're seeing right now is almost certainly tied to some infra changes to our testing environment.
* add index_advisor extension to image * bump image for testing on staging * remove -source from target COPY * add index_advisor to supautils allow list * bump image name for staging * update nix to include index_advisor + a smoke test * remove RC tag
Adds the
index_advisor
extension for LW11 index advisor report feature.