Re: Reducing connection overhead in pg_upgrade compat check phase

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Reducing connection overhead in pg_upgrade compat check phase
Дата
Msg-id FA58EDD7-97F8-418E-BE4A-511616DB8ADB@yesql.se
обсуждение исходный текст
Ответ на Re: Reducing connection overhead in pg_upgrade compat check phase  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: Reducing connection overhead in pg_upgrade compat check phase  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
> On 13 Sep 2023, at 16:12, Peter Eisentraut <peter@eisentraut.org> wrote:

> The alignment of this output looks a bit funny:
>
> ...
> Checking for prepared transactions                            ok
> Checking for contrib/isn with bigint-passing mismatch         ok
> Checking for data type usage                                  checking all databases
> ok
> Checking for presence of required libraries                   ok
> Checking database user is the install user                    ok
> ...

I was using the progress reporting to indicate that it hadn't stalled for slow
systems, but it's not probably not all that important really.  Removed such
that "ok" aligns.

> Also, you should put gettext_noop() calls into the .status = "Checking ..."
> assignments and arrange to call gettext() where they are used, to maintain
> the translatability.

Ah, yes of course. Fixed.

--
Daniel Gustafsson


Вложения

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

Предыдущее
От: Damir Belyalov
Дата:
Сообщение: Re: Redundant Unique plan node for table with a unique index
Следующее
От: Amul Sul
Дата:
Сообщение: Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression