Re: Collation version tracking for macOS
От
Peter Eisentraut
Тема
Re: Collation version tracking for macOS
Дата
Msg-id
b37c2acd-24f4-07c9-da6e-6fec66137f69@enterprisedb.com
Ответ на
Re: Collation version tracking for macOS (Peter Geoghegan)
Список
Дерево обсуждения
Re: Collation version tracking for macOS Jeremy Schneider <schneider@ardentperf.com>
On 11.06.22 05:35, Peter Geoghegan wrote: > Do we even need to store a version for indexes most of the time if > we're versioning ICU itself, as part of the "time travelling > collations" design? For that matter, do we even need to version > collations directly anymore? Conversely, why are we looking at the ICU version instead of the collation version. If we have recorded the collation as being version 1234, we need to look through the available ICU versions (assuming we can load multiple ones somehow) and pick the one that provides 1234. It doesn't matter whether it's the same ICU version that the collation was originally created with, as long as the collation version stays the same.
В списке pgsql-hackers по дате отправления