pgsql: Reword user-facing message for "power of two"

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Reword user-facing message for "power of two"
Дата
Msg-id E1qauvx-001VEt-Ty@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reword user-facing message for "power of two"

While there are numerous instances of using "power of 2" in the code,
translated user-facing messages use "power of two". Fix two instances
which used "power of 2" instead.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20230829.175615.682972421946735863.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/95fff2abee66c16ca3609b3c1638cbd553730a90

Modified Files
--------------
src/bin/initdb/initdb.c           | 2 +-
src/bin/pg_resetwal/pg_resetwal.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove useless if condition
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Allow \watch queries to stop on minimum rows returned