Re: pgsql: Catalog changes preparing for builtin collation provider.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: pgsql: Catalog changes preparing for builtin collation provider.
Дата
Msg-id a4e4e1432c1c403318774f4b0c9b25a33e44e7fa.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: pgsql: Catalog changes preparing for builtin collation provider.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Catalog changes preparing for builtin collation provider.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Mon, 2024-03-11 at 17:08 -0400, Tom Lane wrote:
> Jeff Davis <pgsql@j-davis.com> writes:
>
> was perfectly correct as it stood, because pg_version is a
> PostgreSQL::Version object.  Why did you feel a need to
> editorialize on that?

The goal was to do a version check for 17 that's inclusive of
development versions.

Patch attached, following the example in AdjustUpgrade.pm. It feels a
bit inconsistent to sometimes use $oldnode->pg_version and sometimes
use $old_major_version, but it's certainly better than what I had done
in f696c0cd5f.

Regards,
    Jeff Davis


Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Update obsolete index scan TID comments.
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: pgsql: Catalog changes preparing for builtin collation provider.