Re: Is there any ordering to the values in guc.c? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Is there any ordering to the values in guc.c?
Date
Msg-id 563136F6.1080602@gmx.net
Whole thread Raw
In response to Is there any ordering to the values in guc.c?  (Bill Moran <wmoran@potentialtech.com>)
Responses Re: Is there any ordering to the values in guc.c?  (Bill Moran <wmoran@potentialtech.com>)
Re: Is there any ordering to the values in guc.c?  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On 10/28/15 10:27 AM, Bill Moran wrote:
> See subject. Aside from them being divvied up by datatype, they seem
> to be ordered randomly. Since I'm putting together a patch that will
> add some GUCs, do I just add them to the end of the list?

The initial commit grouped them logically, and it went downhill from
there. :)

But "at the end" is almost never a good answer in these situations, I think.





pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: quieting DEBUG3
Next
From: Bill Moran
Date:
Subject: Re: Is there any ordering to the values in guc.c?