Renumber GUC flags for a bit more sanity.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Sep 2022 15:51:06 +0000 (11:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Sep 2022 15:51:06 +0000 (11:51 -0400)
commit7ac918ada0037fc1101456271b3e7d0982d6a375
tree040153ea9ed242b733f6490529cd7b4487395d07
parent385366426511399a91da327c0f04765bbcfd5322
Renumber GUC flags for a bit more sanity.

Push the units fields over to the left so that all the single-bit
flags can be together.  I considered rearranging the single-bit
flags to try to group flags with similar purposes, but eventually
decided that that involved too many judgment calls.

Discussion: https://postgr.es/m/17385-9ee529fb091f0ce5@postgresql.org
src/include/utils/guc.h