pgsql: Renumber GUC flags for a bit more sanity.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Renumber GUC flags for a bit more sanity.
Date: 2022-09-27 15:51:22
Message-ID: E1odCri-002GPE-7N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ac918ada0037fc1101456271b3e7d0982d6a375

Modified Files
--------------
src/include/utils/guc.h | 69 +++++++++++++++++++++++--------------------------
1 file changed, 32 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-09-27 16:11:27 pgsql: Move RelFileNumber declarations to common/relpath.h.
Previous Message Tom Lane 2022-09-27 14:02:07 Re: pgsql: Improve some publication-related error messages