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

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Is there any ordering to the values in guc.c?
Date: 2015-10-28 14:27:25
Message-ID: 20151028102725.04d99d95bb9d311f0c7f840e@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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?

--
Bill Moran

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-10-28 14:36:42 Re: [PROPOSAL] Max recursion depth in WITH Queries (Common Table Expressions)
Previous Message Andres Freund 2015-10-28 14:26:20 Re: Add EXTRA_CFLAGS to configure