-
Notifications
You must be signed in to change notification settings - Fork 53
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
FT's may fail w/ collations are not supported by type name #393
Comments
This fixes #393 by avoiding collation options. The affected function is only used from diagnostics, and aside from `pg_extension` only meant to import other catallog tables for internal diagnostics (`pg_catalog` and `pg_settings`) so it shall be pretty safe.
Possible fix here: #394 Tested in dbd-team:
|
This is more generic and is gonna affect other parts of the code: https://rollbar.com/carto/CartoDB/items/40833/ |
The new error as seen from the DB:
The affected function is |
@rafatower Is this for RT? It was added to the Response Team project. |
No, sorry, my mistake. At least not yet. Will remove from there. |
During testing of FT from @josemazo:
this is due to a collation incompatibility. It is a rather complex topic that you can read about here: https://www.postgresql.org/docs/current/collation.html
The text was updated successfully, but these errors were encountered: