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

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

  1. Order getopt arguments