Re: EDB builds Postgres 13 with an obsolete ICU version
От
Michael Paquier
Тема
Re: EDB builds Postgres 13 with an obsolete ICU version
Дата
Msg-id
20200818004435.GA3813@paquier.xyz
Ответ на
Re: EDB builds Postgres 13 with an obsolete ICU version (Bruce Momjian)
Список
Дерево обсуждения
EDB builds Postgres 13 with an obsolete ICU version "Daniel Verite" <daniel@manitou-mail.org>
Re: EDB builds Postgres 13 with an obsolete ICU version Bruce Momjian <bruce@momjian.us>
Re: EDB builds Postgres 13 with an obsolete ICU version Dave Page <dpage@pgadmin.org>
Re: EDB builds Postgres 13 with an obsolete ICU version Thomas Kellerer <shammat@gmx.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Magnus Hagander <magnus@hagander.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Dave Page <dpage@pgadmin.org>
Re: EDB builds Postgres 13 with an obsolete ICU version Magnus Hagander <magnus@hagander.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Bruce Momjian <bruce@momjian.us>
Re: EDB builds Postgres 13 with an obsolete ICU version Michael Paquier <michael@paquier.xyz>
Re: EDB builds Postgres 13 with an obsolete ICU version Bruce Momjian <bruce@momjian.us>
Re: EDB builds Postgres 13 with an obsolete ICU version Magnus Hagander <magnus@hagander.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Dave Page <dpage@pgadmin.org>
Re: EDB builds Postgres 13 with an obsolete ICU version Magnus Hagander <magnus@hagander.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Dave Page <dpage@pgadmin.org>
Re: EDB builds Postgres 13 with an obsolete ICU version Bruce Momjian <bruce@momjian.us>
Re: EDB builds Postgres 13 with an obsolete ICU version Michael Paquier <michael@paquier.xyz>
Re: EDB builds Postgres 13 with an obsolete ICU version Bruce Momjian <bruce@momjian.us>
Re: EDB builds Postgres 13 with an obsolete ICU version Dave Page <dpage@pgadmin.org>
Re: EDB builds Postgres 13 with an obsolete ICU version Magnus Hagander <magnus@hagander.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Bruce Momjian <bruce@momjian.us>
Re: EDB builds Postgres 13 with an obsolete ICU version Thomas Kellerer <shammat@gmx.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Julien Rouhaud <rjuju123@gmail.com>
Re: EDB builds Postgres 13 with an obsolete ICU version Jaime Casanova <jaime.casanova@2ndquadrant.com>
Re: EDB builds Postgres 13 with an obsolete ICU version Thomas Kellerer <shammat@gmx.net>
Re: EDB builds Postgres 13 with an obsolete ICU version Jaime Casanova <jaime.casanova@2ndquadrant.com>
On Mon, Aug 17, 2020 at 02:23:57PM -0400, Bruce Momjian wrote: > Also, is it the ICU library version we should be tracking for reindex, > or each _collation_ version? If the later, do we store the collation > version for each index? You need to store the collation version(s) for each index. This thread deals with the problem: https://commitfest.postgresql.org/29/2367/ https://www.postgresql.org/message-id/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com That's not all of it as you would still need some filtering capabilities in the backend to reindex only the collation-sensitive indexes with a reindex, but that's one step forward into being able to do that. -- Michael
В списке pgsql-hackers по дате отправления