-
Notifications
You must be signed in to change notification settings - Fork 670
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
"Create extension if not exists" fails on Citus workers #7091
Labels
Comments
I reproduced this locally with Citus 12.1.4 and Postgres 16.3. This indeed is a bug in Citus.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If non-power user tries to create extension with "IF NOT EXISTS" - DB with Citus generates exception:
even if extension already exists.
Vanilla PostgreSQL allows such operation (just ignores).
Example
Citus:
Logs on worker:
Vanilla PostgreSQL:
Environment:
PostgreSQL : (14.8 (Ubuntu 14.8-1.pgdg18.04+1)
Citus: 11.3-1
The text was updated successfully, but these errors were encountered: