Re: BUG #17362: Error "could not find block containing chunk" when using index with icu collation on CentOS 7 - Mailing list pgsql-bugs

From Pasi Eronen
Subject Re: BUG #17362: Error "could not find block containing chunk" when using index with icu collation on CentOS 7
Date
Msg-id CAGtiUvm-dmYr2eTOXpbkLcuOuruZJ5RB7do6KNvbT9E1DMmvWg@mail.gmail.com
Whole thread Raw
In response to Re: BUG #17362: Error "could not find block containing chunk" when using index with icu collation on CentOS 7  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-bugs
On Wed, Jan 12, 2022 at 12:20 AM Peter Geoghegan <pg@bowt.ie> wrote:
> It looks like you're probably not using utf8 as your database
> encoding, based on the stacktrace -- even though I would expect that
> on your ICU version. What does "show server_encoding;" show you when
> run from psql?

It's UTF8.

postgres=# show server_encoding;
 server_encoding
-----------------
 UTF8
(1 row)

Best regards,
Pasi



pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Postgres HA and Pglogical
Next
From: Tom Lane
Date:
Subject: Re: wrong output in dump of rules with old values of row type columns