Re: Corrupt Index - Mailing list pgsql-general

From Tom Lane
Subject Re: Corrupt Index
Date
Msg-id 328626.1647362495@sss.pgh.pa.us
Whole thread Raw
In response to Corrupt Index  (Jorel Casal <jcasal@ixl.com>)
List pgsql-general
Jorel Casal <jcasal@ixl.com> writes:
> During a Patroni leader switchover, we had a situation where a unique index
> stopped "working", the index did not have records
> that were in fact in the table and the table had duplicate records which
> should have been prevented by said unique index.

If the index was on a string type (text/varchar), the most likely
explanation is a switch to a different OS version with inconsistent
collation rules.  See

https://wiki.postgresql.org/wiki/Locale_data_changes

            regards, tom lane



pgsql-general by date:

Previous
From: Jorel Casal
Date:
Subject: Corrupt Index
Next
From: Adrian Klaver
Date:
Subject: Re: [External]Re: Postgres Crash Issue