Re: String comparison fails for some cases after migration - Mailing list pgsql-general

From Jayadevan M
Subject Re: String comparison fails for some cases after migration
Date
Msg-id CAFS1N4jCt0ZMgEoF=68KJMwWYS6PgS9Ftdnug6zuypSF1LpktQ@mail.gmail.com
Whole thread Raw
In response to Re: String comparison fails for some cases after migration  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-general


On Wed, Oct 27, 2021 at 11:49 AM Julien Rouhaud <rjuju123@gmail.com> wrote:


Most likely you had a different version of the glibc or ICU libraries
on the new system, which lead to your indexes on collatable datatypes
partially corrupted.  See https://wiki.postgresql.org/wiki/Collations
for more details.

You can issue a REINDEX for each impacted index, or a database-wide REINDEX.

Tried creating  a new env with the same approach - just reindexing solved the problem. Thanks a lot.

Regards,
Jayadevan

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Determining if a table really changed in a trigger
Next
From: Marcos Pegoraro
Date:
Subject: Re: Determining if a table really changed in a trigger