Re: Problems with unique constraints - Mailing list pgsql-admin

From Holger Jakobs
Subject Re: Problems with unique constraints
Date
Msg-id 47693153-3704-d084-fded-62ff16dadbf0@jakobs.com
Whole thread Raw
In response to Re: Problems with unique constraints  (Massimo Ortensi <mortensi@unimaticaspa.it>)
Responses Re: Problems with unique constraints
List pgsql-admin


Am 26.01.23 um 12:52 schrieb Massimo Ortensi:

we had OS upgrades, but with the same locale.

Is there any chance to avoid rebuilding of all indexes/constraints by checking the correctness of indexes ?

Massimo Ortensi - Responsabile ICT
logo

Via Cristoforo Colombo, 21 - 40131, Bologna 
Tel.  051 4195069
Cell.  3351092560


mortensi@unimaticaspa.it

In case of a change in the locale properties - albeit the name of the locale remained the same - index corruption is possible.

This has been reported on RedHat platforms. The reaction of the PostgreSQL project was to incorporate the locale libraries by ICU. They can be used on demand. If they change, the database server will automatically reindex if necessary.

If something in the OS libraries changes, the database server won't be informed.

When indexes are corrupt (and data are fine), the best solution is to reindex all indexes over varchar and text columns.

Kind Regards,

Holger


-- 
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012
Attachment

pgsql-admin by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: Problems with unique constraints
Next
From: Scott Ribe
Date:
Subject: Re: Problems with unique constraints