Should "CRC" be in uppercase?
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-12-25T05:51:24Z
Lists: pgsql-hackers
Attachments
- upper_case_crc.diff (text/x-patch) patch
A new function check_control_file() in pg_combinebackup.c has the
following message.
> pg_fatal("%s: crc is incorrect", controlpath);
I think "crc" should be in all uppercase in general and a brief
grep'ing told me that it is almost always or consistently used in
uppercase in our tree.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
Commits
-
Fix typo and case in messages
- 7d7ef075d2b3 17.0 landed