-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
In the Postgres database the indexes have to be rebuilt whenever a new version of libc/icu is deployed in the system. It would be more handy to detect when this is actually needed.
It can be implemented by querying the column "collversion" of the table "pg_collation" available in Postgres 12 already.