Order getopt arguments

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Order getopt arguments
Date: 2022-12-05 08:29:53
Message-ID: 3efd0fe8-351b-f836-9122-886002602357@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I had noticed that most getopt() or getopt_long() calls had their letter
lists in pretty crazy orders. There might have been occasional attempts
at grouping, but those then haven't been maintained as new options were
added. To restore some sanity to this, I went through and ordered them
alphabetically.

Attachment Content-Type Size
0001-Order-getopt-arguments.patch text/plain 39.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2022-12-05 08:42:41 Re: Order getopt arguments
Previous Message Michael Paquier 2022-12-05 08:16:56 Re: Generate pg_stat_get_* functions with Macros