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

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reword user-facing message for "power of two"
Date: 2023-08-29 12:38:51
Message-ID: E1qaxzf-001We3-E7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

This is a backpatch of 95fff2abee in master.

Author: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Discussion: https://postgr.es/m/20230829.175615.682972421946735863.horikyota.ntt@gmail.com
Backpatch-through: v16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cd59fcff256d68e028bf8a181d4e166e81b6474b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-08-29 13:38:10 pgsql: Rename logical_replication_mode to debug_logical_replication_str
Previous Message Daniel Gustafsson 2023-08-29 09:35:33 pgsql: Allow \watch queries to stop on minimum rows returned