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

Fail fast when extension is not added to shared_preload_libraries #29

Closed
samay-sharma opened this issue Aug 18, 2023 · 0 comments · Fixed by #60
Closed

Fail fast when extension is not added to shared_preload_libraries #29

samay-sharma opened this issue Aug 18, 2023 · 0 comments · Fixed by #60

Comments

@samay-sharma
Copy link

Currently, if you just create the extension without adding it to shared_preload_libraries, it fails during pglater.fetch_results by just not producing any results. That's likely because it's unable to spin up a background worker.

We should fail more gracefully by failing to CREATE EXTENSION if it's not in shared_preload_libraries.

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 a pull request may close this issue.

1 participant