Re: Standardize spelling of "power of two"

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Standardize spelling of "power of two"
Дата
Msg-id A0EC25F1-0C87-4858-B77F-A594BBF32CE0@yesql.se
обсуждение исходный текст
Ответ на Standardize spelling of "power of two"  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: Standardize spelling of "power of two"  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
> On 29 Aug 2023, at 10:56, Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote:

> pg_resetwal and initdb has an error message like this:
>
> msgid "argument of --wal-segsize must be a power of 2 between 1 and 1024"
>
> In other parts in the tree, however, we spell it as "power of two". I
> think it would make sense to standardize the spelling for
> consistency. See the attached.

Agreed.  While we have numerous "power of 2" these were the only ones in
translated user-facing messages, so I've pushed this to master (it didn't seem
worth disrupting translations for 16 as we are so close to wrapping it, if
others disagree I can backpatch).

--
Daniel Gustafsson




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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: Missing comments/docs about custom scan path
Следующее
От: jian he
Дата:
Сообщение: Re: Support prepared statement invalidation when result types change