You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Fix citext upgrade script to update derived copies of pg_type.typcollation.
If the existing citext type has not merely been created, but used in anytables, then the upgrade script wasn't doing enough. We have to updateattcollation for each citext table column, and indcollation for each citextindex column, as well. Per report from Rudolf van der Leeden.