Re: Is there any ordering to the values in guc.c?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bill Moran <wmoran(at)potentialtech(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Is there any ordering to the values in guc.c?
Date: 2015-10-28 20:58:30
Message-ID: 563136F6.1080602@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bill Moran 2015-10-28 21:33:57 Re: Is there any ordering to the values in guc.c?
Previous Message Alvaro Herrera 2015-10-28 19:10:23 Re: quieting DEBUG3