postgresql/src/backend/bootstrap
Peter Eisentraut df8b8968d4 Order getopt arguments
Order the letters in the arguments of getopt() and getopt_long(), as
well as in the subsequent switch statements.  In most cases, I used
alphabetical with lower case first.  In a few cases, existing
different orders (e.g., upper case first) was kept to reduce the diff
size.

Discussion: https://www.postgresql.org/message-id/flat/3efd0fe8-351b-f836-9122-886002602357%40enterprisedb.com
2022-12-12 15:20:00 +01:00
..
.gitignore Build all Flex files standalone 2022-09-04 12:09:01 +07:00
bootparse.y Bump minimum version of Bison to 2.3 2022-09-09 12:31:41 +07:00
bootscanner.l Build all Flex files standalone 2022-09-04 12:09:01 +07:00
bootstrap.c Order getopt arguments 2022-12-12 15:20:00 +01:00
Makefile Build all Flex files standalone 2022-09-04 12:09:01 +07:00
meson.build meson: Add initial version of meson based build system 2022-09-21 22:37:17 -07:00