Reword user-facing message for "power of two"

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: cd59fcff256d68e028bf8a181d4e166e81b6474b
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-08-29T12:27:40Z
Releases: 16.0
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.ntt@gmail.com>
Discussion: https://postgr.es/m/20230829.175615.682972421946735863.horikyota.ntt@gmail.com
Backpatch-through: v16

Files

PathChange+/−
src/bin/initdb/initdb.c modified +1 −1
src/bin/pg_resetwal/pg_resetwal.c modified +1 −1

Discussion