Standardize spelling of "power of two"
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-08-29T08:56:15Z
Lists: pgsql-hackers
Attachments
- standardize_spelling_of_power_of_two.patch (text/x-patch) patch
Hello. 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. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Reword user-facing message for "power of two"
- cd59fcff256d 16.0 landed
- 95fff2abee66 17.0 landed