Renumber confusing value for GUC_UNIT_BYTE
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 7 Sep 2022 09:03:53 +0000 (11:03 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 7 Sep 2022 09:03:53 +0000 (11:03 +0200)
commit3fe76ab9722c2891855dd2b34261f7c23a2e5b2b
tree7068ec32a1776ee07420a95c1e8ceb4e43485401
parent0e480385ec59aa7f769366eb24462acc2b7a40d7
Renumber confusing value for GUC_UNIT_BYTE

It had a power-of-two value, which looks right, and causes the other
values which aren't powers-of-two to look wrong.  But this is tested
for equality and not a bitwise test.

See also:
6e7baa322773ff8c79d4d8883c99fdeff5bfa679
https://www.postgresql.org/message-id/CAOG9ApEu8bXVwBxkOO9J7ZpM76TASK_vFMEEiCEjwhMmSLiaqQ%40mail.gmail.com

Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/flat/20220720145220.GJ12702@telsasoft.com
src/include/utils/guc.h