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

From: Pasi Eronen <eronenp(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: BUG #17362: Error "could not find block containing chunk" when using index with icu collation on CentOS 7
Date: 2022-01-12 14:21:35
Message-ID: CAGtiUvm-dmYr2eTOXpbkLcuOuruZJ5RB7do6KNvbT9E1DMmvWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jan 12, 2022 at 12:20 AM Peter Geoghegan <pg(at)bowt(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2022-01-12 15:08:45 Re: wrong output in dump of rules with old values of row type columns
Previous Message Peter Eisentraut 2022-01-12 11:16:37 Re: Postgres HA and Pglogical