]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Reword user-facing message for "power of two"
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 29 Aug 2023 12:27:40 +0000 (14:27 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 29 Aug 2023 12:27:40 +0000 (14:27 +0200)
commitcd59fcff256d68e028bf8a181d4e166e81b6474b
tree6b98ccff8fa9d85325118b494a978bf34c67f886
parent5f38ff3d0f65b7d092362aaf7375cce050a13bba
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
src/bin/initdb/initdb.c
src/bin/pg_resetwal/pg_resetwal.c