Re: Update Unicode data to Unicode 16.0.0

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Update Unicode data to Unicode 16.0.0
Дата
Msg-id 9826612005cf9d350c716755dcb79bfd2fe53cdd.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: Update Unicode data to Unicode 16.0.0  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: Update Unicode data to Unicode 16.0.0
Список pgsql-hackers
On Wed, 2025-03-05 at 14:33 -0600, Nathan Bossart wrote:
> +               report_status(PG_WARNING, "warning");
> +               pg_log(PG_WARNING, "Your installation contains
> relations that may be affected by a new version of Unicode.\n"
> +                          "A list of potentially-affected relations
> is in the file:\n"
> +                          "    %s", report.path);
>
> This may have been discussed upthread, but is a warning enough?  That
> seems
> like something that could very easily be missed.

There can be false positives, because even if such an expression index
exists, it's often not an actual problem. Do we want to stop an upgrade
from happening in that case? I doubt it, but if so, we'd need some kind
of option to bypass it.

Regards,
    Jeff Davis


В списке pgsql-hackers по дате отправления: