Ordering in guc.c vs. config.sgml vs. postgresql.sample.conf

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Ordering in guc.c vs. config.sgml vs. postgresql.sample.conf
Date: 2016-04-24 18:58:14
Message-ID: 20160424185814.n3nj2ahlutoykfou@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While working on
http://www.postgresql.org/message-id/CABUevEzwMa9y+Bp4Fi4fE4hmPfZMjOZOmuLVtbHhPWtcujrmLg@mail.gmail.com
I once more taken aback by the total lack of consistency between the
three files in $subject. Some of the inconsistency of guc.c vs. the rest
comes from having separate lists for different datatypes - hard to avoid
- but even disregarding that, there seems to be little to no
consistency.

How about we try to order them the same? That's obviously not a 9.6
topic at this point, but it'd probably be good to that early in 9.7.

- Andres

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christian Ullrich 2016-04-24 19:16:47 Re: VS 2015 support in src/tools/msvc
Previous Message Andrew Dunstan 2016-04-24 18:44:22 Re: Transactional enum additions - was Re: Alter or rename enum value