Standardize spelling of "power of two"

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Standardize spelling of "power of two"
Date: 2023-08-29 08:56:15
Message-ID: 20230829.175615.682972421946735863.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
standardize_spelling_of_power_of_two.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Geier 2023-08-29 09:07:35 Re: Eliminate redundant tuple visibility check in vacuum
Previous Message Amit Kapila 2023-08-29 08:51:15 Re: persist logical slots to disk during shutdown checkpoint