Re: Simplify pg_collation.collversion for Windows libc

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Simplify pg_collation.collversion for Windows libc
Дата
Msg-id CA+hUKGLiqGmEeSvco4c53BD_dNGQWpvE1FpSdKCLV2eFPfDp+Q@mail.gmail.com
обсуждение исходный текст
Ответ на Simplify pg_collation.collversion for Windows libc  ("Daniel Verite" <daniel@manitou-mail.org>)
Ответы Re: Simplify pg_collation.collversion for Windows libc  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
On Mon, Jun 5, 2023 at 12:56 PM Daniel Verite <daniel@manitou-mail.org> wrote:
> postgres=# select collversion,count(*) from pg_collation group by
> collversion;
>   collversion  | count
> ---------------+-------
>                |     5
>  1539.5,1539.5 |  1457
> (2 rows)
>
> According to [1] the second number is obsolete, and AFAICS we should
> expose only the first.

Would it be a good idea to remove or ignore the trailing /,*$/
somewhere, perhaps during pg_upgrade, to avoid bogus version mismatch
warnings?



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Let's make PostgreSQL multi-threaded
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Let's make PostgreSQL multi-threaded