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

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Is there any ordering to the values in guc.c?
Date: 2015-10-28 21:39:50
Message-ID: 563140A6.9080602@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/28/2015 01:58 PM, Peter Eisentraut wrote:
> 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. :)

Yeah, we're overdue for another overhaul of GUC ordering.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-10-28 21:47:49 Observed checkpointer crashes in 9.4.4 on Fedora 22
Previous Message Tom Lane 2015-10-28 21:34:30 Re: WIP: lookbehind constraints for our regexp engine