Order getopt arguments
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-12-05T08:29:53Z
Lists: pgsql-hackers
Attachments
- 0001-Order-getopt-arguments.patch (text/plain) patch 0001
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.
Commits
-
Order getopt arguments
- df8b8968d409 16.0 landed