Re: BUG #16593: pg_upgrade make corrupt UK indexes - Mailing list pgsql-bugs

From Nick Cleaton
Subject Re: BUG #16593: pg_upgrade make corrupt UK indexes
Date
Msg-id CAFgz3ktnxyo8xc7whgjk+M05vsg3z=FBJm1wasBke8fhHSr0Tw@mail.gmail.com
Whole thread Raw
In response to BUG #16593: pg_upgrade make corrupt UK indexes  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #16593: pg_upgrade make corrupt UK indexes  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
On Tue, 25 Aug 2020 at 23:55, PG Bug reporting form <noreply@postgresql.org> wrote:
We upgrade from 9.6 Centos7 to 12.3 Centos 8


> Comparisons of datums of a collatable type like text must be immutable (just as all comparisons used for B-Tree index scans must be immutable), which implies that operating system collation rules must never change. Though rare, updates to operating system collation rules can cause these issues. More commonly, an inconsistency in the collation order between a master server and a standby server is implicated, possibly because the major operating system version in use is inconsistent

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16593: pg_upgrade make corrupt UK indexes
Next
From: Magnus Hagander
Date:
Subject: Re: BUG #16593: pg_upgrade make corrupt UK indexes